1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00
2000-01-23  Ulrich Drepper  <drepper@cygnus.com>

	* string/Versions: Export __strndup.
This commit is contained in:
Ulrich Drepper
2000-01-24 02:54:28 +00:00
parent c1301d9a76
commit b8de3ffc84
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -67,6 +67,9 @@ libc {
strchrnul; __strverscmp;
}
GLIBC_2.2 {
# functions used in macros.
__strndup;
# m*
memrchr;
}