ulib Time utilities, expose time() syscall

This commit is contained in:
2025-10-16 14:15:27 +02:00
parent 702f0ddf87
commit 7445689010
6 changed files with 50 additions and 2 deletions

View File

@ -16,6 +16,7 @@ SRCFILES := $(call GRABSRC, \
ubsan \
umalloc \
fs \
time \
)
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \