diff options
Diffstat (limited to 'sys/i386/include/mutex.h')
-rw-r--r-- | sys/i386/include/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/mutex.h b/sys/i386/include/mutex.h index ca518d98fd44..881cbfae3c72 100644 --- a/sys/i386/include/mutex.h +++ b/sys/i386/include/mutex.h @@ -146,6 +146,7 @@ void _mtx_exit(struct mtx *mtxp, int type, const char *file, int line); /* Global locks */ extern struct mtx sched_lock; extern struct mtx Giant; +extern struct mtx clock_lock; /* * Used to replace return with an exit Giant and return. |