mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
arch/sim/naming: add getsockname/getpeername into naming list
Change-Id: I2e9c9dd2295f9f09e3e400729f5c5d06fbeeeb48 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
c4fcd68c9b
commit
c03abd35bf
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ NXSYMBOLS(fstat)
|
|||
NXSYMBOLS(fsync)
|
||||
NXSYMBOLS(ftruncate)
|
||||
NXSYMBOLS(futimens)
|
||||
NXSYMBOLS(getpeername)
|
||||
NXSYMBOLS(getsockname)
|
||||
NXSYMBOLS(getsockopt)
|
||||
NXSYMBOLS(if_nametoindex)
|
||||
NXSYMBOLS(ioctl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue