]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo (__GNU_SOURCE -> __USE_GNU).
authorUlrich Drepper <drepper@redhat.com>
Mon, 24 Jan 2000 00:57:21 +0000 (00:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 24 Jan 2000 00:57:21 +0000 (00:57 +0000)
string/bits/string2.h

index 7f33303e6429b4eecd106fc4d8e04e196184fe70..6b81c1fafabb08a41fc44737d568d364825c9f00 100644 (file)
@@ -1226,7 +1226,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