summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-24 15:51:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-24 15:51:01 +0000
commit3079674ed21a826de7d5d3ab0c65b234e1d49c1c (patch)
treedff8c97f925873c78026565d74a9dc343b7c3469 /nuttx/sched/Makefile
parent1113121fa268695f1816574c47bb88d737d12a3e (diff)
downloadpx4-nuttx-3079674ed21a826de7d5d3ab0c65b234e1d49c1c.tar.gz
px4-nuttx-3079674ed21a826de7d5d3ab0c65b234e1d49c1c.tar.bz2
px4-nuttx-3079674ed21a826de7d5d3ab0c65b234e1d49c1c.zip
Added pthread_setschedprio()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@135 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index b6a1dbdbd..a6ac894eb 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -95,7 +95,7 @@ PTHREAD_SRCS = pthread_attrinit.c pthread_attrdestroy.c \
pthread_cancel.c pthread_setcancelstate.c \
pthread_keycreate.c pthread_setspecific.c pthread_getspecific.c pthread_keydelete.c \
pthread_initialize.c pthread_completejoin.c pthread_findjoininfo.c \
- pthread_removejoininfo.c pthread_once.c
+ pthread_removejoininfo.c pthread_once.c pthread_setschedprio.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
PTHREAD_SRCS += pthread_condtimedwait.c pthread_kill.c pthread_sigmask.c
endif