about summary refs log tree commit diff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/string/string.h b/string/string.h
index 8b9a35784f..d4d3e442ef 100644
--- a/string/string.h
+++ b/string/string.h
@@ -116,7 +116,6 @@ extern size_t __strxfrm_l (char *__dest, __const char *__src, size_t __n,
 
 #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED
 /* Duplicate S, returning an identical malloc'd string.  */
-extern char *__strdup (__const char *__s) __THROW __attribute_malloc__;
 extern char *strdup (__const char *__s) __THROW __attribute_malloc__;
 #endif