1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +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

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