summaryrefslogtreecommitdiff
path: root/nuttx/libc/pthread
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-17 00:40:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-17 00:40:49 +0000
commite6dc1927ce61a16359477bb93a2292caade5df75 (patch)
tree3b7ed6b971413d6423d6012fe593980ee8370429 /nuttx/libc/pthread
parentc6e15be439a293e411a5ff571c48e0ca15dfaad5 (diff)
downloadpx4-nuttx-e6dc1927ce61a16359477bb93a2292caade5df75.tar.gz
px4-nuttx-e6dc1927ce61a16359477bb93a2292caade5df75.tar.bz2
px4-nuttx-e6dc1927ce61a16359477bb93a2292caade5df75.zip
Add support for calling to and returning from signal handlers in in user-mode threads
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5750 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/pthread')
-rw-r--r--nuttx/libc/pthread/pthread_startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/pthread/pthread_startup.c b/nuttx/libc/pthread/pthread_startup.c
index dee9826fc..50aa263e4 100644
--- a/nuttx/libc/pthread/pthread_startup.c
+++ b/nuttx/libc/pthread/pthread_startup.c
@@ -42,7 +42,7 @@
#include <pthread.h>
#include <assert.h>
-#include <nuttx/sched.h>
+#include <nuttx/userspace.h>
#if defined(CONFIG_NUTTX_KERNEL) && !defined(__KERNEL__)