forked from Bananymous/banan-os
Kernel+LibC: Add some errno codes
Kernel now returns ENOMEM and other errnos, so we dont have to write error messages
This commit is contained in:
@@ -41,9 +41,10 @@ string/memcpy.o \
|
||||
string/memmove.o \
|
||||
string/memset.o \
|
||||
string/strcmp.o \
|
||||
string/strncmp.o \
|
||||
string/strcpy.o \
|
||||
string/strerror.o \
|
||||
string/strlen.o \
|
||||
string/strncmp.o \
|
||||
string/strncpy.o \
|
||||
string/strstr.o \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user