arch/sim/src/nuttx-names.in: Add mprotect and sysconf

For up_macho_init.c.
This commit is contained in:
YAMAMOTO Takashi 2022-01-19 12:23:09 +09:00 committed by Xiang Xiao
parent f0acf8e62a
commit 10f7ad85e6
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ NXSYMBOLS(malloc_usable_size)
NXSYMBOLS(memcpy)
NXSYMBOLS(mkdir)
NXSYMBOLS(mmap)
NXSYMBOLS(mprotect)
NXSYMBOLS(munmap)
NXSYMBOLS(open)
NXSYMBOLS(opendir)
@ -134,6 +135,7 @@ NXSYMBOLS(strchr)
NXSYMBOLS(strerror)
NXSYMBOLS(strlen)
NXSYMBOLS(strtol)
NXSYMBOLS(sysconf)
NXSYMBOLS(syslog)
NXSYMBOLS(tcgetattr)
NXSYMBOLS(tcsetattr)