mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
7ea52505c2
commit
02a3bbc73b
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue