mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-01-23 Ulrich Drepper <drepper@cygnus.com> * string/Versions: Export __strndup.
This commit is contained in:
parent
c1301d9a76
commit
b8de3ffc84
@ -1,3 +1,7 @@
|
||||
2000-01-23 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* string/Versions: Export __strndup.
|
||||
|
||||
2000-01-23 Philip Blundell <philb@gnu.org>
|
||||
|
||||
Add basic support for RPC over IPv6:
|
||||
|
@ -67,6 +67,9 @@ libc {
|
||||
strchrnul; __strverscmp;
|
||||
}
|
||||
GLIBC_2.2 {
|
||||
# functions used in macros.
|
||||
__strndup;
|
||||
|
||||
# m*
|
||||
memrchr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user