Make socket port binding a separate step with ipc_netsockbindport() syscall
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#define E_SPAWNERROR -13
|
||||
#define E_NOTYET -14
|
||||
#define E_NETSOCKLISTEN -15
|
||||
#define E_NETSOCKBIND -16
|
||||
|
||||
#if !defined(__ASSEMBLER__)
|
||||
|
||||
|
||||
@ -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_
|
||||
|
||||
Reference in New Issue
Block a user