Simulator: Protect a few more NuttX symbols from collisions with host symbols.
This commit is contained in:
parent
678b63c887
commit
59b9983d97
|
@ -1,6 +1,7 @@
|
||||||
_exit NX_exit
|
_exit NX_exit
|
||||||
accept NXaccept
|
accept NXaccept
|
||||||
asprintf NXasprintf
|
asprintf NXasprintf
|
||||||
|
bind NXbind
|
||||||
basename NXbasename
|
basename NXbasename
|
||||||
calloc NXcalloc
|
calloc NXcalloc
|
||||||
chdir NXchdir
|
chdir NXchdir
|
||||||
|
@ -8,6 +9,7 @@ clearenv NXclearenv
|
||||||
clock_gettime NXclock_gettime
|
clock_gettime NXclock_gettime
|
||||||
close NXclose
|
close NXclose
|
||||||
closedir NXclosedir
|
closedir NXclosedir
|
||||||
|
connect NXconnect
|
||||||
dup NXdup
|
dup NXdup
|
||||||
dup2 NXdup2
|
dup2 NXdup2
|
||||||
exit NXexit
|
exit NXexit
|
||||||
|
@ -30,6 +32,8 @@ getenv NXgetenv
|
||||||
getopt NXgetopt
|
getopt NXgetopt
|
||||||
getpid NXgetpid
|
getpid NXgetpid
|
||||||
gettimeofday NXgettimeofday
|
gettimeofday NXgettimeofday
|
||||||
|
htons NXhtons
|
||||||
|
ntohs NXhntohs
|
||||||
ioctl NXioctl
|
ioctl NXioctl
|
||||||
isatty NXisatty
|
isatty NXisatty
|
||||||
kill NXkill
|
kill NXkill
|
||||||
|
@ -54,6 +58,7 @@ pipe NXpipe
|
||||||
poll NXpoll
|
poll NXpoll
|
||||||
printf NXprintf
|
printf NXprintf
|
||||||
pthread_create NXpthread_create
|
pthread_create NXpthread_create
|
||||||
|
pthread_detach NXpthread_detach
|
||||||
pthread_exit NXpthread_exit
|
pthread_exit NXpthread_exit
|
||||||
pthread_getspecific NXpthread_getspecific
|
pthread_getspecific NXpthread_getspecific
|
||||||
pthread_key_create NXpthread_key_create
|
pthread_key_create NXpthread_key_create
|
||||||
|
@ -81,6 +86,7 @@ recvfrom NXrecvfrom
|
||||||
rename NXrename
|
rename NXrename
|
||||||
rewinddir NXrewinddir
|
rewinddir NXrewinddir
|
||||||
rmdir NXrmdir
|
rmdir NXrmdir
|
||||||
|
sched_setparam NXsched_setparam
|
||||||
sched_yield NXsched_yield
|
sched_yield NXsched_yield
|
||||||
seekdir NXseekdir
|
seekdir NXseekdir
|
||||||
select NXselect
|
select NXselect
|
||||||
|
|
Loading…
Reference in New Issue