Move the errno functions into core.

This commit is contained in:
David Given 2018-06-23 17:52:15 +02:00
parent 538eefb573
commit c4e4505a73
5 changed files with 1 additions and 3 deletions

View file

@ -33,6 +33,7 @@ for _, plat in ipairs(vars.plats) do
srcs = {
"+ctype_files",
"+ctype_tab",
"./core/errno/*.c",
"./core/string/*.c",
"./core/stdlib/*.c",
"./core/locale/*.c",

View file

@ -1 +0,0 @@
errlist.c

View file

@ -1,2 +0,0 @@
clean:
rm -f errlist.o OLIST