diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-05 22:19:57 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-05 22:19:57 +0000 |
commit | 18f91d47d9735c52e8c411d33ddfd95db158838b (patch) | |
tree | cb9f8328e35c7aa89eff800e8104ac42f6f06526 /lib/libc/thread/Makefile.inc | |
parent | adc2ae85730a0252b7aa8c29f3bb73a13e81ea76 (diff) |
thread safe libc -- 2nd try. OK miod@, millert@
Thanks to miod@ for m68k and vax fixes
Diffstat (limited to 'lib/libc/thread/Makefile.inc')
-rw-r--r-- | lib/libc/thread/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/Makefile.inc b/lib/libc/thread/Makefile.inc index b28dfd676ae..356bf1a3cc9 100644 --- a/lib/libc/thread/Makefile.inc +++ b/lib/libc/thread/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/11/03 23:58:39 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/11/05 22:19:55 marc Exp $ .PATH: ${LIBCSRCDIR}/thread -SRCS+= thread_fd.c unithread_storage.c +SRCS+= thread_fd.c unithread_storage.c unithread_malloc_lock.c |