summaryrefslogtreecommitdiff
path: root/string/string.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-28 22:53:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-28 22:53:25 +0000
commit84838b8ff3dc3f826d6c78e25f4e144adea4babe (patch)
tree41cdcc4666f1dff6ddac9b88ec8b08ce06604c5d /string/string.h
parentc0f3519d2e841dbaad086091f610cebc8178e7f6 (diff)
Update.
2000-05-04 Andreas Jaeger <aj@suse.de> * string/string.h: Remove __strdup prototype, it's not needed in this file anymore.
Diffstat (limited to 'string/string.h')
-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