summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index 3c03c7cee..13bdca993 100644
--- a/include/string.h
+++ b/include/string.h
@@ -125,8 +125,7 @@ extern char *strdup (__const char *__s) __THROW __attribute_malloc__;
/* Return a malloc'd copy of at most N bytes of STRING. The
resultant string is terminated even if no null terminator
appears before STRING[N]. */
-#if 0
-//#if defined __USE_GNU
+#if defined __USE_GNU
extern char *strndup (__const char *__string, size_t __n)
__THROW __attribute_malloc__;
#endif