diff --git a/headers/posix/string.h b/headers/posix/string.h index 85ceb6d5b1..7b474dfd62 100644 --- a/headers/posix/string.h +++ b/headers/posix/string.h @@ -41,7 +41,7 @@ extern size_t strcspn(const char *string, const char *set); extern int strcoll(const char *string1, const char *string2); extern size_t strxfrm(char *string1, const char *string2, size_t length); -extern const char *strerror(int error); +extern char *strerror(int errorCode); // ToDo: remove bzero(), bcopy() from here - we don't need those // implementations anyway, since BeOS defines them as macros