diff --git a/libc/src/string.cpp b/libc/src/string.cpp index 0c22b9af..9c46a6c8 100644 --- a/libc/src/string.cpp +++ b/libc/src/string.cpp @@ -4,8 +4,8 @@ extern "C" { - // memcpy, memset, memcmp, memmove, strlen, strcmp, strcpy, strchr, strcat and strdup are defined in - // luna/CString.cpp, so the same definitions can be used by both kernel and userspace. + // All other string functions are defined in luna/CString.cpp, so the same definitions can be used by both kernel + // and userspace. char* strerror(int errnum) {