Move all syscalls into one file

This commit is contained in:
2025-09-09 18:18:55 +02:00
parent ac195acd2f
commit 4ade9ad1a0
13 changed files with 17 additions and 82 deletions

View File

@ -10,7 +10,6 @@ SRCFILES := $(call GRABSRC, \
string \
system \
printf \
devices \
)
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \