diff options
| -rw-r--r-- | sys/sys/mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 2e260b6aa59e..8fb1fa9e3f94 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -278,8 +278,8 @@ extern int mtx_pool_valid; /* * Global locks. */ -extern struct mtx sched_lock; -extern struct mtx Giant; +extern struct mtx sched_lock; +extern struct mtx Giant; /* * Giant lock sysctl variables used by other modules |
