diff options
Diffstat (limited to 'src/console/vsprintf.c')
-rw-r--r-- | src/console/vsprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index c4c91115c2..090063cf62 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -24,7 +24,7 @@ #include <smp/spinlock.h> #include <console/vtxprintf.h> -static spinlock_t vsprintf_lock = SPIN_LOCK_UNLOCKED; +DECLARE_SPIN_LOCK(vsprintf_lock) static char *str_buf; |