Implement ipc_netsockdelete() syscall and automatic dangling socket cleanup
This commit is contained in:
@ -38,5 +38,6 @@
|
||||
#define SYS_IPC_NETSOCKMAKE 39
|
||||
#define SYS_IPC_NETSOCKLISTEN 40
|
||||
#define SYS_IPC_NETSOCKPOLLEV 41
|
||||
#define SYS_IPC_NETSOCKDELETE 42
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user