mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
Add strerror_r prototype.
This commit is contained in:
parent
1f8720c300
commit
f0b1c8ea85
@ -16,6 +16,9 @@ function {char*} strcpy (char*, const char*)
|
||||
function size_t strcspn (const char*, const char*)
|
||||
function {char*} strdup (const char*)
|
||||
function {char*} strerror (int)
|
||||
#ifdef XOPEN2K
|
||||
function {char*} strerror_r (int, char*, size_t)
|
||||
#endif
|
||||
function size_t strlen (const char*)
|
||||
function {char*} strncat (char*, const char*, size_t)
|
||||
function int strncmp (const char*, const char*, size_t)
|
||||
|
Loading…
Reference in New Issue
Block a user