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, 2 insertions, 0 deletions
diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c
index f2d3215a..aad3d171 100644
--- a/src/stdio/ofl.c
+++ b/src/stdio/ofl.c
@@ -1,8 +1,10 @@
#include "stdio_impl.h"
#include "lock.h"
+#include "fork_impl.h"
static FILE *ofl_head;
static volatile int ofl_lock[1];
+volatile int *const __stdio_ofl_lockptr = ofl_lock;
FILE **__ofl_lock()
{