summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:04:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:04:58 +0000
commita407a7987cad2ae035f3cf97f22d18e0ae22481a (patch)
tree80d736e41b4229169e5b090f41e8f52b73f2241d /nuttx/examples/ostest
parent65a678ee0c7cc51ce53875a964dc6f1896cb76da (diff)
downloadpx4-nuttx-a407a7987cad2ae035f3cf97f22d18e0ae22481a.tar.gz
px4-nuttx-a407a7987cad2ae035f3cf97f22d18e0ae22481a.tar.bz2
px4-nuttx-a407a7987cad2ae035f3cf97f22d18e0ae22481a.zip
should not include pthread.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@131 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/posixtimer.c1
-rw-r--r--nuttx/examples/ostest/sighand.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/posixtimer.c b/nuttx/examples/ostest/posixtimer.c
index 619c4f59d..b7d63644e 100644
--- a/nuttx/examples/ostest/posixtimer.c
+++ b/nuttx/examples/ostest/posixtimer.c
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
-#include <pthread.h>
#include <semaphore.h>
#include <signal.h>
#include <sched.h>
diff --git a/nuttx/examples/ostest/sighand.c b/nuttx/examples/ostest/sighand.c
index cab2bcf39..bc1e5a242 100644
--- a/nuttx/examples/ostest/sighand.c
+++ b/nuttx/examples/ostest/sighand.c
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
-#include <pthread.h>
#include <semaphore.h>
#include <signal.h>
#include <sched.h>