mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 08:45:04 +08:00
net: Move accept to libc after https://github.com/apache/nuttx/pull/8083
since accept can simply forward to kernel accept4 function Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
8a63d29c6e
commit
695f42f8d2
@@ -347,7 +347,6 @@ SYSCALL_LOOKUP(munmap, 2)
|
||||
/* The following are defined only if networking AND sockets are supported */
|
||||
|
||||
#ifdef CONFIG_NET
|
||||
SYSCALL_LOOKUP(accept, 3)
|
||||
SYSCALL_LOOKUP(accept4, 4)
|
||||
SYSCALL_LOOKUP(bind, 3)
|
||||
SYSCALL_LOOKUP(connect, 3)
|
||||
|
||||
Reference in New Issue
Block a user