aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/funlockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/funlockfile.c')
-rw-r--r--src/stdio/funlockfile.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/funlockfile.c b/src/stdio/funlockfile.c
index 44d8b0df..cc2b2cc7 100644
--- a/src/stdio/funlockfile.c
+++ b/src/stdio/funlockfile.c
@@ -11,3 +11,11 @@ void funlockfile(FILE *f)
f->lockcount--;
}
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif