aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/ofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ofl.c')
-rw-r--r--src/stdio/ofl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c
index aad3d171..44c0d1a6 100644
--- a/src/stdio/ofl.c
+++ b/src/stdio/ofl.c
@@ -16,3 +16,11 @@ void __ofl_unlock()
{
UNLOCK(ofl_lock);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif