diff options
Diffstat (limited to 'string/bits')
-rw-r--r-- | string/bits/string2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bits/string2.h b/string/bits/string2.h index cfbcc18..4efa525 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 |