aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2016-07-23 05:30:55 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2016-07-23 05:30:55 +0000
commit90b581f2cc32712e1ba8d7492978e9d051459284 (patch)
tree800e0ce69a84478fbbd4b5015d79ef647163a992 /share/man/man9/Makefile
parenta5ab035dd7f6aabad241704a0a2d6c75bb5d0ef8 (diff)
downloadsrc-90b581f2cc32712e1ba8d7492978e9d051459284.tar.gz
src-90b581f2cc32712e1ba8d7492978e9d051459284.zip
Implement mtx_trylock_spin(9).
Discussed with: bde Reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D7192
Notes
Notes: svn path=/head/; revision=303211
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 8617cba29f92..f519e0f20f28 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1181,6 +1181,8 @@ MLINKS+=mutex.9 mtx_assert.9 \
mutex.9 MTX_SYSINIT.9 \
mutex.9 mtx_trylock.9 \
mutex.9 mtx_trylock_flags.9 \
+ mutex.9 mtx_trylock_spin.9 \
+ mutex.9 mtx_trylock_spin_flags.9 \
mutex.9 mtx_unlock.9 \
mutex.9 mtx_unlock_flags.9 \
mutex.9 mtx_unlock_spin.9 \