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
1 changed files with 1 additions and 1 deletions

View File

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