diff --git a/headers/posix/string.h b/headers/posix/string.h index 8329d25dad..b59e237eb3 100644 --- a/headers/posix/string.h +++ b/headers/posix/string.h @@ -45,6 +45,7 @@ extern int strcoll(const char *string1, const char *string2); extern size_t strxfrm(char *string1, const char *string2, size_t length); extern char *strerror(int errorCode); +extern int strerror_r(int errorCode, char *buffer, size_t bufferSize); // ToDo: remove bzero(), bcopy() from here - we don't need those // implementations anyway, since BeOS defines them as macros