mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 16:56:03 +08:00
sim/posix: Add the host_system interface
Encapsulate the host system interface to host_system. Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
7ea52505c2
commit
02a3bbc73b
@@ -78,6 +78,7 @@ NXSYMBOLS(malloc)
|
||||
NXSYMBOLS(malloc_size)
|
||||
NXSYMBOLS(malloc_usable_size)
|
||||
NXSYMBOLS(memcpy)
|
||||
NXSYMBOLS(memfd_create)
|
||||
NXSYMBOLS(mkdir)
|
||||
NXSYMBOLS(mmap)
|
||||
NXSYMBOLS(mprotect)
|
||||
@@ -127,6 +128,8 @@ NXSYMBOLS(setitimer)
|
||||
NXSYMBOLS(setbuf)
|
||||
NXSYMBOLS(setjmp)
|
||||
NXSYMBOLS(setsockopt)
|
||||
NXSYMBOLS(shm_open)
|
||||
NXSYMBOLS(shm_unlink)
|
||||
NXSYMBOLS(shutdown)
|
||||
NXSYMBOLS(sigaction)
|
||||
NXSYMBOLS(sigaddset)
|
||||
|
||||
Reference in New Issue
Block a user