Kernel/LibC: Add SYS_TRUNCATE

This commit is contained in:
2024-05-28 01:08:04 +03:00
parent f5987b68ff
commit 18e2559b1e
6 changed files with 23 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ __BEGIN_DECLS
O(SYS_CONNECT, connect) \
O(SYS_LISTEN, listen) \
O(SYS_PSELECT, pselect) \
O(SYS_TRUNCATE, truncate) \
enum Syscall
{