From 84838b8ff3dc3f826d6c78e25f4e144adea4babe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 May 2000 22:53:25 +0000 Subject: Update. 2000-05-04 Andreas Jaeger * string/string.h: Remove __strdup prototype, it's not needed in this file anymore. --- string/string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'string') 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 -- cgit v1.2.3