Added missing source file uthread_sigwait.c.

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
This commit is contained in:
Alexander Langer 1997-11-24 23:04:29 +00:00
parent 93146306a2
commit 3234f7c1cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31400
3 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \