summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2010-11-07 13:29:21 +0000
committerfgsch <fgsch@openbsd.org>2010-11-07 13:29:21 +0000
commit372e44f40178587a228dc01a8230fe2993bb26a3 (patch)
treeec2a2decf60187fa0a7fd42a62d3cff2259483f6 /lib/libpthread/man/Makefile.inc
parentregen (diff)
downloadwireguard-openbsd-372e44f40178587a228dc01a8230fe2993bb26a3.tar.xz
wireguard-openbsd-372e44f40178587a228dc01a8230fe2993bb26a3.zip
Add sched_get_priority_{min,max}. tested in a bulk by landry@.
input and ok from phessler@ and guenther@
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index 959b9b16264..7819c0f7435 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.24 2010/04/12 01:54:23 tedu Exp $
+# $OpenBSD: Makefile.inc,v 1.25 2010/11/07 13:29:21 fgsch Exp $
# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
# POSIX thread man files
@@ -59,6 +59,7 @@ MAN+= \
pthread_suspend_np.3 \
pthread_testcancel.3 \
pthread_yield.3 \
+ sched_prio.3 \
sem_destroy.3 \
sem_getvalue.3 \
sem_init.3 \
@@ -103,6 +104,8 @@ MLINKS+=flockfile.3 funlockfile.3 \
pthread_testcancel.3 pthread_setcancelstate.3 \
pthread_testcancel.3 pthread_setcanceltype.3 \
pthread_getconcurrency.3 pthread_setconcurrency.3 \
+ sched_prio.3 sched_get_priority_max.3 \
+ sched_prio.3 sched_get_priority_min.3 \
sem_open.3 sem_close.3 \
sem_open.3 sem_unlink.3 \
sem_wait.3 sem_trywait.3