libc: Adjust comment in string.cpp
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3b03e19489
commit
377b8bea43
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user