Simulator: Add more name conversons. From Max Neklyudov

This commit is contained in:
Gregory Nutt 2015-05-29 08:20:06 -06:00
parent 38735fafeb
commit a25d0908f8
1 changed files with 7 additions and 0 deletions

View File

@ -8,9 +8,11 @@ free NXfree
fclose NXfclose
fopen NXfopen
fputc NXfputc
fcntl NXfcntl
fread NXfread
fwrite NXfwrite
fsync NXfsync
getenv NXgetenv
gettimeofday NXgettimeofday
ioctl NXioctl
isatty NXisatty
@ -23,6 +25,8 @@ mount NXmount
open NXopen
opendir NXopendir
nanosleep NXnanosleep
poll NXpoll
printf NXprintf
pthread_create NXpthread_create
read NXread
realloc NXrealloc
@ -32,6 +36,9 @@ rewinddir NXrewinddir
rmdir NXrmdir
seekdir NXseekdir
select NXselect
sem_init NXsem_init
sem_post NXsem_post
sem_wait NXsem_wait
send NXsend
sighold NXsighold
sigprocmask NXsigprocmask