Added uthread_attr_destroy.c to SRCS.

Submitted by:	John Birrell <jb@cimlogic.com.au>
This commit is contained in:
Alexander Langer 1996-12-29 02:51:55 +00:00
parent 8b612c4b4a
commit d0c9b2a226
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21003
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1996/08/20 08:20:59 julian Exp $
# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $
CPLUSPLUSLIB= cpluspluslib
@ -7,6 +7,7 @@ CPLUSPLUSLIB= cpluspluslib
SRCS+= \
uthread_accept.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
uthread_attr_setcreatesuspend_np.c \
uthread_attr_setstacksize.c \

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1996/08/20 08:20:59 julian Exp $
# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $
CPLUSPLUSLIB= cpluspluslib
@ -7,6 +7,7 @@ CPLUSPLUSLIB= cpluspluslib
SRCS+= \
uthread_accept.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
uthread_attr_setcreatesuspend_np.c \
uthread_attr_setstacksize.c \

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1996/08/20 08:20:59 julian Exp $
# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $
CPLUSPLUSLIB= cpluspluslib
@ -7,6 +7,7 @@ CPLUSPLUSLIB= cpluspluslib
SRCS+= \
uthread_accept.c \
uthread_attr_destroy.c \
uthread_attr_init.c \
uthread_attr_setcreatesuspend_np.c \
uthread_attr_setstacksize.c \