Add strerror_r prototype.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Apr 2002 21:16:22 +0000 (21:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Apr 2002 21:16:22 +0000 (21:16 +0000)
conform/data/string.h-data

index 4773cb2..c3334fb 100644 (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)