summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-03 17:39:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-03 17:39:54 +0000
commit2fe37bef25b42871de4925ca36dc855d4a9af964 (patch)
treeb0630d48923086d901713dbbaa02d3521c6cc52f /nuttx/sched/Makefile
parent32dde889e28f1e15c4a97f3e701800ba22ab849d (diff)
downloadpx4-nuttx-2fe37bef25b42871de4925ca36dc855d4a9af964.tar.gz
px4-nuttx-2fe37bef25b42871de4925ca36dc855d4a9af964.tar.bz2
px4-nuttx-2fe37bef25b42871de4925ca36dc855d4a9af964.zip
Now that join info is in the task group, need to free when task group exits. Used to be stranded
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5603 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 780549abf..6a9c62d29 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -146,7 +146,7 @@ PTHREAD_SRCS += pthread_barrierinit.c pthread_barrierdestroy.c pthread_barrierwa
PTHREAD_SRCS += pthread_cancel.c pthread_setcancelstate.c
PTHREAD_SRCS += pthread_keycreate.c pthread_setspecific.c pthread_getspecific.c pthread_keydelete.c
PTHREAD_SRCS += pthread_initialize.c pthread_completejoin.c pthread_findjoininfo.c
-PTHREAD_SRCS += pthread_once.c pthread_setschedprio.c
+PTHREAD_SRCS += pthread_once.c pthread_release.c pthread_setschedprio.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
PTHREAD_SRCS += pthread_condtimedwait.c pthread_kill.c pthread_sigmask.c