From 969e2ea158eb2a00d0982631fd21e7534d3a5f5b Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 11 Feb 2003 07:28:28 +0000 Subject: [PATCH] Actually link in the attr_{set,get}stack. --- lib/libc_r/uthread/Makefile.inc | 2 ++ lib/libkse/thread/Makefile.inc | 2 ++ lib/libpthread/thread/Makefile.inc | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc index 6c70e324f59..ca230d23816 100644 --- a/lib/libc_r/uthread/Makefile.inc +++ b/lib/libc_r/uthread/Makefile.inc @@ -18,6 +18,7 @@ SRCS+= \ uthread_attr_getschedparam.c \ uthread_attr_getschedpolicy.c \ uthread_attr_getscope.c \ + uthread_attr_getstack.c \ uthread_attr_getstackaddr.c \ uthread_attr_getstacksize.c \ uthread_attr_get_np.c \ @@ -28,6 +29,7 @@ SRCS+= \ uthread_attr_setschedparam.c \ uthread_attr_setschedpolicy.c \ uthread_attr_setscope.c \ + uthread_attr_setstack.c \ uthread_attr_setstackaddr.c \ uthread_attr_setstacksize.c \ uthread_autoinit.c \ diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc index 7b514c84338..4e51c6f9836 100644 --- a/lib/libkse/thread/Makefile.inc +++ b/lib/libkse/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 \ diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 7b514c84338..4e51c6f9836 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 \