1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix typo (__GNU_SOURCE -> __USE_GNU).

This commit is contained in:
Ulrich Drepper
2000-01-24 00:56:25 +00:00
parent 0c34a388b3
commit 3356ac2554

View File

@ -1225,7 +1225,7 @@ __strsep_g (char **__s, __const char *__reject)
__retval; })) \ __retval; })) \
: __strndup ((s), (n)))) : __strndup ((s), (n))))
# ifdef __GNU_SOURCE # ifdef __USE_GNU
# define strndup(s, n) __strndup ((s), (n)) # define strndup(s, n) __strndup ((s), (n))
# endif # endif
# endif # endif