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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user