mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Fix typo (__GNU_SOURCE -> __USE_GNU).
This commit is contained in:
parent
0c34a388b3
commit
3356ac2554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user