diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1996-08-20 08:22:01 +0000 | 
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1996-08-20 08:22:01 +0000 | 
| commit | 0f7d684755aefbcfd70b45d24efc2d39bc505c4c (patch) | |
| tree | b14348030d1048f8628b798374a8a061a990aae3 /lib/libpthread/thread/Makefile.inc | |
| parent | 1bbb22c82e47dbc805e523be5e2fe3d4436761e0 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/Makefile.inc')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index f37a21fbc58a..72a6e57a56c5 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,4 +1,4 @@ -#	$Id: Makefile.inc,v 1.1 1996/01/22 00:23:03 julian Exp $ +#	$Id: Makefile.inc,v 1.2 1996/02/17 02:19:35 jdp Exp $  CPLUSPLUSLIB=	cpluspluslib @@ -7,7 +7,7 @@ CPLUSPLUSLIB=	cpluspluslib  SRCS+= \  	uthread_accept.c \ -	uthread_attr_setcreatesuspend.c \ +	uthread_attr_setcreatesuspend_np.c \  	uthread_autoinit.cc \  	uthread_bind.c \  	uthread_clean.c \ @@ -52,7 +52,7 @@ SRCS+= \  	uthread_read.c \  	uthread_readv.c \  	uthread_recvfrom.c \ -	uthread_resume.c \ +	uthread_resume_np.c \  	uthread_select.c \  	uthread_self.c \  	uthread_sendto.c \ @@ -71,7 +71,7 @@ SRCS+= \  	uthread_socket.c \  	uthread_socketpair.c \  	uthread_spec.c \ -	uthread_suspend.c \ +	uthread_suspend_np.c \  	uthread_wait4.c \  	uthread_write.c \  	uthread_writev.c \  | 
