Add strerror_r prototype.

This commit is contained in:
Ulrich Drepper 2002-04-23 21:16:22 +00:00
parent 1f8720c300
commit f0b1c8ea85

View File

@ -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)