summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall.csv
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 12:43:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 12:43:35 +0000
commit07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a (patch)
treed15f98eec6bdafdd7ee216b0a675bbc543807745 /nuttx/syscall/syscall.csv
parent75036e3985096a20f831ca183327758a2647bd76 (diff)
downloadpx4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.tar.gz
px4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.tar.bz2
px4-nuttx-07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a.zip
Add stub lookup logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3462 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/syscall/syscall.csv')
-rw-r--r--nuttx/syscall/syscall.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/syscall/syscall.csv b/nuttx/syscall/syscall.csv
index 015b48589..35785bae6 100644
--- a/nuttx/syscall/syscall.csv
+++ b/nuttx/syscall/syscall.csv
@@ -1,6 +1,6 @@
"_exit","unistd.h","","void","int"
"accept","sys/socket.h","CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)","int","int","struct sockaddr*","socklen_t*"
-"atexit","stdlib.h","defined(CONFIG_SCHED_ATEXT)","int","void (*)(void)"
+"atexit","stdlib.h","defined(CONFIG_SCHED_ATEXIT)","int","void (*)(void)"
"bind","sys/socket.h","CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)","int","int","FAR const struct sockaddr*","socklen_t"
"clearenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int"
"clock_getres","time.h","!defined(CONFIG_DISABLE_CLOCK)","int","clockid_t","struct timespec*"