summaryrefslogtreecommitdiff
path: root/nuttx/include/signal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 23:22:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 23:22:22 +0000
commit1113121fa268695f1816574c47bb88d737d12a3e (patch)
tree776672757efb51d171d9bd17355fa8cd5053f9ef /nuttx/include/signal.h
parentfb18a14fa419ea6627fa1f148bd1a479cd53639b (diff)
downloadnuttx-1113121fa268695f1816574c47bb88d737d12a3e.tar.gz
nuttx-1113121fa268695f1816574c47bb88d737d12a3e.tar.bz2
nuttx-1113121fa268695f1816574c47bb88d737d12a3e.zip
Add new pthread_* APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/signal.h')
-rw-r--r--nuttx/include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/signal.h b/nuttx/include/signal.h
index 02068c2c9..7c8fbc35e 100644
--- a/nuttx/include/signal.h
+++ b/nuttx/include/signal.h
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <time.h> /* Needed for struct timespec */
-#include <sys/types.h> /* Needed for, e.g., sigset_t */
+#include <sys/types.h>
/********************************************************************************
* Compilations Switches