diff options
author | 2008-07-05 08:03:57 +0000 | |
---|---|---|
committer | 2008-07-05 08:03:57 +0000 | |
commit | 11ddadc0fe5e5612f4e632d77c9b84e8b35dba4d (patch) | |
tree | 9ec247d79aa38751f1816ade25e21bdb1a98fded /lib/libpthread/man/Makefile.inc | |
parent | ksh starting as root will refuse to import a PS1 prompt unless it (diff) | |
download | wireguard-openbsd-11ddadc0fe5e5612f4e632d77c9b84e8b35dba4d.tar.xz wireguard-openbsd-11ddadc0fe5e5612f4e632d77c9b84e8b35dba4d.zip |
Add manpage for pthread_attr_[sg]etstack(3)
Correct misnaming in STANDARDS section
ok brad@ otto@
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 680ee64ca41..bfa2dbda449 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.21 2005/10/30 03:37:34 brad Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2008/07/05 08:03:57 guenther Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -8,6 +8,7 @@ MAN+= \ pthread_atfork.3 \ pthread_attr_init.3 \ + pthread_attr_setstack.3 \ pthread_attr_setstackaddr.3 \ pthread_attr_setstacksize.3 \ pthread_attr_setdetachstate.3 \ @@ -81,6 +82,7 @@ MLINKS+=flockfile.3 funlockfile.3 \ pthread_suspend_np.3 pthread_resume_np.3 \ pthread_single_np.3 pthread_multi_np.3 \ pthread_attr_init.3 pthread_attr_destroy.3 \ + pthread_attr_setstack.3 pthread_attr_getstack.3 \ pthread_attr_setstackaddr.3 pthread_attr_getstackaddr.3 \ pthread_attr_setstacksize.3 pthread_attr_getstacksize.3 \ pthread_attr_setdetachstate.3 pthread_attr_getdetachstate.3 \ |