about summary refs log tree commit diff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/bits/string2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bits/string2.h b/string/bits/string2.h
index cfbcc18aa0..4efa5251f7 100644
--- a/string/bits/string2.h
+++ b/string/bits/string2.h
@@ -1013,7 +1013,7 @@ __strsep_g (char **__s, __const char *__reject)
 /* We need the memory allocation functions for inline strdup().
    Referring to stdlib.h (even minimally) is not allowed 
    in any of the tight standards compliant modes.  */
-#if defined __USE_MISC || defined __USE_GNU
+#ifdef __USE_MISC
 
 # if !defined _HAVE_STRING_ARCH_strdup || !defined _HAVE_STRING_ARCH_strndup
 #  define __need_malloc_and_calloc