diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-11 07:28:28 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-11 07:28:28 +0000 |
| commit | 969e2ea158eb2a00d0982631fd21e7534d3a5f5b (patch) | |
| tree | 0cce9b06d0097ad27fc19aaa370b4851ced6ac5d /lib/libpthread | |
| parent | 42e1b74af276f768b4b65c845e26d36d7542f468 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 7b514c84338d5..4e51c6f9836ac 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 \ |
