Make socket port binding a separate step with ipc_netsockbindport() syscall

This commit is contained in:
2025-10-29 22:33:41 +01:00
parent 4417141216
commit d947192475
10 changed files with 54 additions and 15 deletions

View File

@ -39,5 +39,6 @@
#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_