Move the errno functions into core.
This commit is contained in:
parent
538eefb573
commit
c4e4505a73
|
@ -33,6 +33,7 @@ for _, plat in ipairs(vars.plats) do
|
||||||
srcs = {
|
srcs = {
|
||||||
"+ctype_files",
|
"+ctype_files",
|
||||||
"+ctype_tab",
|
"+ctype_tab",
|
||||||
|
"./core/errno/*.c",
|
||||||
"./core/string/*.c",
|
"./core/string/*.c",
|
||||||
"./core/stdlib/*.c",
|
"./core/stdlib/*.c",
|
||||||
"./core/locale/*.c",
|
"./core/locale/*.c",
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
errlist.c
|
|
|
@ -1,2 +0,0 @@
|
||||||
clean:
|
|
||||||
rm -f errlist.o OLIST
|
|
Loading…
Reference in a new issue