Add time() syscall

This commit is contained in:
2025-10-16 14:15:05 +02:00
parent 48231931bd
commit 702f0ddf87
6 changed files with 41 additions and 11 deletions

View File

@ -34,6 +34,7 @@
#define SYS_DEV_LISTSIZE 34
#define SYS_DEV_STAT 35
#define SYS_DEV_CMD 36
#define SYS_TIME 38
#endif // SHARE_HDRS_SYSCALL_H_