mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove an extraneous parameter from SIGIO_ASSERT_LOCKED()
Reported by: hselasky MFC with: r367588
This commit is contained in:
parent
f44994874b
commit
0da7ac7cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ struct thread;
|
|||
#define SIGIO_TRYLOCK() mtx_trylock(&sigio_lock)
|
||||
#define SIGIO_UNLOCK() mtx_unlock(&sigio_lock)
|
||||
#define SIGIO_LOCKED() mtx_owned(&sigio_lock)
|
||||
#define SIGIO_ASSERT_LOCKED(type) mtx_assert(&sigio_lock, MA_OWNED)
|
||||
#define SIGIO_ASSERT_LOCKED() mtx_assert(&sigio_lock, MA_OWNED)
|
||||
|
||||
extern struct mtx sigio_lock;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue