summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2003-12-28 01:39:18 +0000
committerjkoshy <jkoshy@FreeBSD.org>2003-12-28 01:39:18 +0000
commit5c61422855f8b82832cda590e960e1dc770a9855 (patch)
tree956f08c49218e01cbf1cce1481896694ec7eef4b /share
parent89eb2dfeeb5b102ba2e487840af56dbf6c057a25 (diff)
downloadFreeBSD-src-5c61422855f8b82832cda590e960e1dc770a9855.zip
FreeBSD-src-5c61422855f8b82832cda590e960e1dc770a9855.tar.gz
Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mutex.91
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 3de2371..dafdefb 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -87,6 +87,7 @@
.Fn mtx_recursed "struct mtx *mutex"
.Ft void
.Fn mtx_assert "struct mtx *mutex" "int what"
+.In sys/kernel.h
.Fn MTX_SYSINIT "name" "struct mutex *mtx" "const char *description" "int opts"
.Sh DESCRIPTION
Mutexes are the most basic and primary method of process synchronization.
OpenPOWER on IntegriCloud