mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Added uthread_attr_destroy.c to SRCS.
Submitted by: John Birrell <jb@cimlogic.com.au>
This commit is contained in:
parent
8b612c4b4a
commit
d0c9b2a226
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21003
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user