mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add prototype for __strdup.
This commit is contained in:
@ -17,6 +17,8 @@ extern int __strncasecmp (__const char *__s1, __const char *__s2,
|
||||
size_t __n)
|
||||
__attribute_pure__;
|
||||
|
||||
extern char *__strdup (__const char *__string)
|
||||
__attribute_malloc__;
|
||||
extern char *__strndup (__const char *__string, size_t __n)
|
||||
__attribute_malloc__;
|
||||
|
||||
|
Reference in New Issue
Block a user