mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
Tweak comment to make more clear why it will fail.
Submitted by: jimharris
This commit is contained in:
parent
a018a3c9e2
commit
e10acbc4d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242483
@ -129,7 +129,7 @@ void thread_lock_flags_(struct thread *, int, const char *, int);
|
||||
/*
|
||||
* Top-level macros to provide lock cookie once the actual mtx is passed.
|
||||
* They will also prevent passing a malformed object to the mtx KPI by
|
||||
* failing compilation.
|
||||
* failing compilation as the mtx_lock reserved member will not be found.
|
||||
*/
|
||||
#define mtx_init(m, n, t, o) \
|
||||
_mtx_init(&(m)->mtx_lock, n, t, o)
|
||||
|
Loading…
x
Reference in New Issue
Block a user