sim: Add more names to nuttx-names.in
Some of them are for the recent development. eg. rewind, ftw Some of them were simply missing. eg. shutdown
This commit is contained in:
parent
b3327419d3
commit
74d13d74b9
@ -54,6 +54,7 @@ NXSYMBOLS(fcntl)
|
||||
NXSYMBOLS(fdopen)
|
||||
NXSYMBOLS(fgetc)
|
||||
NXSYMBOLS(fopen)
|
||||
NXSYMBOLS(fpathconf)
|
||||
NXSYMBOLS(fprintf)
|
||||
NXSYMBOLS(fputc)
|
||||
NXSYMBOLS(fputs)
|
||||
@ -64,6 +65,7 @@ NXSYMBOLS(fstat)
|
||||
NXSYMBOLS(fsync)
|
||||
NXSYMBOLS(ftell)
|
||||
NXSYMBOLS(ftruncate)
|
||||
NXSYMBOLS(ftw)
|
||||
NXSYMBOLS(fwrite)
|
||||
NXSYMBOLS(getchar)
|
||||
NXSYMBOLS(getenv)
|
||||
@ -93,12 +95,14 @@ NXSYMBOLS(mount)
|
||||
NXSYMBOLS(mq_close)
|
||||
NXSYMBOLS(munmap)
|
||||
NXSYMBOLS(nanosleep)
|
||||
NXSYMBOLS(nftw)
|
||||
NXSYMBOLS(ntohs)
|
||||
NXSYMBOLS(open)
|
||||
NXSYMBOLS(opendir)
|
||||
NXSYMBOLS(optarg)
|
||||
NXSYMBOLS(optind)
|
||||
NXSYMBOLS(optopt)
|
||||
NXSYMBOLS(pathconf)
|
||||
NXSYMBOLS(perror)
|
||||
NXSYMBOLS(pipe)
|
||||
NXSYMBOLS(poll)
|
||||
@ -131,6 +135,7 @@ NXSYMBOLS(realloc)
|
||||
NXSYMBOLS(recv)
|
||||
NXSYMBOLS(recvfrom)
|
||||
NXSYMBOLS(rename)
|
||||
NXSYMBOLS(rewind)
|
||||
NXSYMBOLS(rewinddir)
|
||||
NXSYMBOLS(rmdir)
|
||||
NXSYMBOLS(sched_setparam)
|
||||
@ -150,6 +155,7 @@ NXSYMBOLS(setenv)
|
||||
NXSYMBOLS(setlogmask)
|
||||
NXSYMBOLS(setsockopt)
|
||||
NXSYMBOLS(setvbuf)
|
||||
NXSYMBOLS(shutdown)
|
||||
NXSYMBOLS(sigaction)
|
||||
NXSYMBOLS(sigaddset)
|
||||
NXSYMBOLS(sigdelset)
|
||||
@ -166,6 +172,7 @@ NXSYMBOLS(socket)
|
||||
NXSYMBOLS(sprintf)
|
||||
NXSYMBOLS(stat)
|
||||
NXSYMBOLS(statfs)
|
||||
NXSYMBOLS(statvfs)
|
||||
NXSYMBOLS(strcat)
|
||||
NXSYMBOLS(strchr)
|
||||
NXSYMBOLS(strcmp)
|
||||
@ -189,6 +196,7 @@ NXSYMBOLS(syslog)
|
||||
NXSYMBOLS(system)
|
||||
NXSYMBOLS(tcgetattr)
|
||||
NXSYMBOLS(tcsetattr)
|
||||
NXSYMBOLS(truncate)
|
||||
NXSYMBOLS(umount2)
|
||||
NXSYMBOLS(uname)
|
||||
NXSYMBOLS(unlink)
|
||||
|
Loading…
Reference in New Issue
Block a user