From e18d5c6fffe240da2c78328a6d5d1ec998d53c39 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 11 Feb 2003 07:28:28 +0000 Subject: Actually link in the attr_{set,get}stack. --- lib/libpthread/thread/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libpthread/thread') 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 \ -- cgit v1.1