summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-21 16:52:33 +0000
committerRoland McGrath <roland@gnu.org>1995-08-21 16:52:33 +0000
commit4f7855323eb2433196cece38cbcc7f5fb90add5b (patch)
tree90152d4aa8adedee59fe46deecdbc6d4a91bfe7f /libthreads
parent10ef7410f2c9eb50f97917c61a296d904eae9fe4 (diff)
(SRCS): Add cancel-cond.c.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index c2f1ac74..088c08f5 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -23,6 +23,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
+ cancel-cond.c
I386SRCS := i386/csw.S i386/thread.c
# In GNU machine/cthreads.h is omitted; that work is done in libc headers.