diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1997-11-24 23:04:29 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1997-11-24 23:04:29 +0000 |
| commit | 3234f7c1cc2d1adb7150b06de37c92a76bafc5fa (patch) | |
| tree | b3feb3f41c1841091a3c62b4b649ce7d09b2b474 | |
| parent | 93146306a20265e7b1315f4cc2f4d49e9a68dda3 (diff) | |
Notes
| -rw-r--r-- | lib/libc_r/uthread/Makefile.inc | 3 | ||||
| -rw-r--r-- | lib/libkse/thread/Makefile.inc | 3 | ||||
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc index 3fbc97b73d6f..4f1b308e9062 100644 --- a/lib/libc_r/uthread/Makefile.inc +++ b/lib/libc_r/uthread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $ +# $Id: Makefile.inc,v 1.9 1997/05/06 00:49:36 jdp Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -83,6 +83,7 @@ SRCS+= \ uthread_sigprocmask.c \ uthread_sigsetmask.c \ uthread_sigsuspend.c \ + uthread_sigwait.c \ uthread_socket.c \ uthread_socketpair.c \ uthread_spec.c \ diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc index 3fbc97b73d6f..4f1b308e9062 100644 --- a/lib/libkse/thread/Makefile.inc +++ b/lib/libkse/thread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $ +# $Id: Makefile.inc,v 1.9 1997/05/06 00:49:36 jdp Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -83,6 +83,7 @@ SRCS+= \ uthread_sigprocmask.c \ uthread_sigsetmask.c \ uthread_sigsuspend.c \ + uthread_sigwait.c \ uthread_socket.c \ uthread_socketpair.c \ uthread_spec.c \ diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 3fbc97b73d6f..4f1b308e9062 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $ +# $Id: Makefile.inc,v 1.9 1997/05/06 00:49:36 jdp Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -83,6 +83,7 @@ SRCS+= \ uthread_sigprocmask.c \ uthread_sigsetmask.c \ uthread_sigsuspend.c \ + uthread_sigwait.c \ uthread_socket.c \ uthread_socketpair.c \ uthread_spec.c \ |
