diff options
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/Makefile | 1 |
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. |