No networking for now

This commit is contained in:
2025-11-02 18:31:51 +01:00
parent 0f93aa2a81
commit 9612e7961e
458 changed files with 8 additions and 235056 deletions

View File

@ -36,10 +36,5 @@
#define SYS_DEV_STAT 35
#define SYS_DEV_CMD 36
#define SYS_TIME 38
#define SYS_IPC_NETSOCKMAKE 39
#define SYS_IPC_NETSOCKLISTEN 40
#define SYS_IPC_NETSOCKPOLLEV 41
#define SYS_IPC_NETSOCKDELETE 42
#define SYS_IPC_NETSOCKBINDPORT 43
#endif // SHARE_HDRS_SYSCALL_H_