summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall.csv
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-31 04:23:17 +0000
commit844c7f1ae7c401414056a2457471a4282ffe8f98 (patch)
treededeb51514f8e30d1f5e51e17ea35095604e19a9 /nuttx/syscall/syscall.csv
parentfd57b2a0da0473e878eb1c2abef05de3be7c2e2d (diff)
downloadpx4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.gz
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.tar.bz2
px4-nuttx-844c7f1ae7c401414056a2457471a4282ffe8f98.zip
Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/syscall/syscall.csv')
-rw-r--r--nuttx/syscall/syscall.csv1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/syscall/syscall.csv b/nuttx/syscall/syscall.csv
index 7cb60003a..3dffa4ad4 100644
--- a/nuttx/syscall/syscall.csv
+++ b/nuttx/syscall/syscall.csv
@@ -104,6 +104,7 @@
"seekdir","dirent.h","void","FAR DIR*","off_t"
"select","sys/select.h","int","int","FAR fd_set*","FAR fd_set*","FAR fd_set*","FAR struct timeval*"
"sem_close","semaphore.h","int","FAR sem_t*"
+"sem_destroy","semaphore.h","int","FAR sem_t*"
"sem_open","semaphore.h","FAR sem_t*","FAR const char*","int","..."
"sem_post","semaphore.h","int","FAR sem_t*"
"sem_trywait","semaphore.h","int","FAR sem_t*"