diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2008-12-18 09:30:33 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2008-12-18 09:30:33 +0000 |
commit | 84d7e7300b69ee29dc341f495bb9c8663140853b (patch) | |
tree | cb3ab4e7d1b9925176b0b1fd81bd25bd2175a204 /lib/libpthread/uthread/Makefile.inc | |
parent | 5a7c45e277e59e78d394291f43115a1607d04cd3 (diff) |
Add pthread_attr_[sg]etguardsize() to match rthread, including manpages
Bump lib minor
ok otto@ kurt@ marc@; doc review by jmc@
Diffstat (limited to 'lib/libpthread/uthread/Makefile.inc')
-rw-r--r-- | lib/libpthread/uthread/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc index 3e814dd0500..23d7f229128 100644 --- a/lib/libpthread/uthread/Makefile.inc +++ b/lib/libpthread/uthread/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.20 2007/06/05 18:11:48 kurt Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2008/12/18 09:30:32 guenther Exp $ # $FreeBSD: Makefile.inc,v 1.19 1999/08/28 00:03:19 peter Exp $ # uthread sources @@ -12,6 +12,7 @@ SRCS+= \ uthread_attr_destroy.c \ uthread_attr_init.c \ uthread_attr_getdetachstate.c \ + uthread_attr_getguardsize.c \ uthread_attr_getinheritsched.c \ uthread_attr_getschedparam.c \ uthread_attr_getschedpolicy.c \ @@ -21,6 +22,7 @@ SRCS+= \ uthread_attr_getstacksize.c \ uthread_attr_setcreatesuspend_np.c \ uthread_attr_setdetachstate.c \ + uthread_attr_setguardsize.c \ uthread_attr_setinheritsched.c \ uthread_attr_setschedparam.c \ uthread_attr_setschedpolicy.c \ |