summaryrefslogtreecommitdiff
path: root/src/stdio/ofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ofl.c')
-rw-r--r--src/stdio/ofl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c
index b143999c..0e3602aa 100644
--- a/src/stdio/ofl.c
+++ b/src/stdio/ofl.c
@@ -2,7 +2,7 @@
#include "libc.h"
static FILE *ofl_head;
-static volatile int ofl_lock[2];
+static volatile int ofl_lock[1];
FILE **__ofl_lock()
{