diff options
author | 2003-01-20 18:12:11 +0000 | |
---|---|---|
committer | 2003-01-20 18:12:11 +0000 | |
commit | 3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b (patch) | |
tree | 8c3cb84b5f2343cd752623ddf730b9db7081b878 /lib/libpthread/thread | |
parent | Add definition of all structures involved in the radix table ioctls. (diff) | |
download | wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.tar.xz wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.zip |
Use the sources that exist in sibdirs of libpthread, not libc_r
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 7d9e4a17fa7..074139f176b 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/11/05 22:19:55 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2003/01/20 18:12:11 marc Exp $ -.PATH: ${LIBC_RSRCDIR}/thread +.PATH: ${SRCDIR}/thread SRCS+= thread_storage.c thread_malloc_lock.c |