mirror of git://sourceware.org/git/glibc.git
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; })) \
|
__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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue