From 610a6c9a4d50657d5f04d3247a229795e599be3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 20 Jul 2011 13:19:07 +0000 Subject: Fix for sem_timedwait.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3803 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/sched/Makefile') diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile index 75d07676a..39a526eda 100644 --- a/nuttx/sched/Makefile +++ b/nuttx/sched/Makefile @@ -117,10 +117,10 @@ PTHREAD_SRCS += pthread_condtimedwait.c pthread_kill.c pthread_sigmask.c endif SEM_SRCS = sem_initialize.c sem_destroy.c sem_open.c sem_close.c sem_unlink.c \ - sem_wait.c sem_trywait.c sem_post.c sem_findnamed.c + sem_wait.c sem_trywait.c sem_timedwait.c sem_post.c sem_findnamed.c ifneq ($(CONFIG_DISABLE_SIGNALS),y) -SEM_SRCS += sem_waitirq.c sem_timedwait.c +SEM_SRCS += sem_waitirq.c endif ifeq ($(CONFIG_PRIORITY_INHERITANCE),y) -- cgit v1.2.3