mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-05-04 Andreas Jaeger <aj@suse.de> * string/string.h: Remove __strdup prototype, it's not needed in this file anymore.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user