summaryrefslogtreecommitdiff
path: root/lib/libc/thread/Makefile.inc
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2002-11-03 20:36:44 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2002-11-03 20:36:44 +0000
commit664e44eac173bd00d9757c4d15084393436fcbdc (patch)
treed0df53493c5ae4d4dceb1c350e7bfa2b9d4770a8 /lib/libc/thread/Makefile.inc
parenta7bb9a3fe7041afd8e1153c8c5b97c0952ec0e2c (diff)
libc changes for thread safety. Tested on:
alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way.
Diffstat (limited to 'lib/libc/thread/Makefile.inc')
-rw-r--r--lib/libc/thread/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/Makefile.inc b/lib/libc/thread/Makefile.inc
index 8abec94f330..4d35600ff1c 100644
--- a/lib/libc/thread/Makefile.inc
+++ b/lib/libc/thread/Makefile.inc
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile.inc,v 1.2 2000/01/06 15:07:06 d Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2002/11/03 20:36:43 marc Exp $
.PATH: ${LIBCSRCDIR}/thread
-SRCS+= thread_fd.c unithread_storage.c
+SRCS+= thread_fd.c unithread_storage.c unithread_malloc_lock.c