revise the definition of multiple basic locks in the code
In all cases this is just a change from two volatile int to one.
This commit is contained in:
committed by
Rich Felker
parent
c4bc0b1a64
commit
32482f61da
+1
-1
@@ -11,7 +11,7 @@
|
||||
#include <fcntl.h>
|
||||
#include "libc.h"
|
||||
|
||||
static volatile int lock[2];
|
||||
static volatile int lock[1];
|
||||
static char log_ident[32];
|
||||
static int log_opt;
|
||||
static int log_facility = LOG_USER;
|
||||
|
||||
Reference in New Issue
Block a user