From 90b581f2cc32712e1ba8d7492978e9d051459284 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 23 Jul 2016 05:30:55 +0000 Subject: 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 --- share/man/man9/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/man/man9/Makefile') 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 \ -- cgit v1.2.3