summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-02-11 07:28:28 +0000
committeralfred <alfred@FreeBSD.org>2003-02-11 07:28:28 +0000
commite18d5c6fffe240da2c78328a6d5d1ec998d53c39 (patch)
tree0cce9b06d0097ad27fc19aaa370b4851ced6ac5d /lib/libpthread/thread
parent2cadfd181f08386b144b11c0ef669916a2b33608 (diff)
downloadFreeBSD-src-e18d5c6fffe240da2c78328a6d5d1ec998d53c39.zip
FreeBSD-src-e18d5c6fffe240da2c78328a6d5d1ec998d53c39.tar.gz
Actually link in the attr_{set,get}stack.
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc
index 7b514c8..4e51c6f 100644
--- a/lib/libpthread/thread/Makefile.inc
+++ b/lib/libpthread/thread/Makefile.inc
@@ -13,6 +13,7 @@ SRCS+= \
thr_attr_getschedparam.c \
thr_attr_getschedpolicy.c \
thr_attr_getscope.c \
+ thr_attr_getstack.c \
thr_attr_getstackaddr.c \
thr_attr_getstacksize.c \
thr_attr_setcreatesuspend_np.c \
@@ -22,6 +23,7 @@ SRCS+= \
thr_attr_setschedparam.c \
thr_attr_setschedpolicy.c \
thr_attr_setscope.c \
+ thr_attr_setstack.c \
thr_attr_setstackaddr.c \
thr_attr_setstacksize.c \
thr_autoinit.c \
OpenPOWER on IntegriCloud