summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-03-03 22:48:42 +0000
committerguenther <guenther@openbsd.org>2012-03-03 22:48:42 +0000
commit49f43da548f10c3b4a943d6308f1dbfd678a8751 (patch)
tree50a01c3dd32dff61406718d89305dc624b80205e /lib/libpthread/man/Makefile.inc
parentFix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in the (diff)
downloadwireguard-openbsd-49f43da548f10c3b4a943d6308f1dbfd678a8751.tar.xz
wireguard-openbsd-49f43da548f10c3b4a943d6308f1dbfd678a8751.zip
Document sem_timedwait()
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index 5dac0aa7d09..ba55564d62e 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.29 2012/02/24 06:37:33 guenther Exp $
+# $OpenBSD: Makefile.inc,v 1.30 2012/03/03 22:48:42 guenther Exp $
# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
# POSIX thread man files
@@ -112,5 +112,6 @@ MLINKS+=flockfile.3 funlockfile.3 \
sched_get_priority_min.3 sched_get_priority_max.3 \
sem_open.3 sem_close.3 \
sem_open.3 sem_unlink.3 \
+ sem_wait.3 sem_timedwait.3 \
sem_wait.3 sem_trywait.3