summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index 088c08f5..550178f4 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -22,7 +22,7 @@ makemode := library
# In GNU mig_support.c, sync.c and machine/lock.s are omitted; that work is
# all done in libc.
-SRCS := call.c cprocs.c cthread_data.c cthreads.c stack.c malloc.c
+SRCS := call.c cprocs.c cthread_data.c cthreads.c stack.c malloc.c \
cancel-cond.c
I386SRCS := i386/csw.S i386/thread.c