aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/__fopen_rb_ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__fopen_rb_ca.c')
-rw-r--r--src/stdio/__fopen_rb_ca.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/__fopen_rb_ca.c b/src/stdio/__fopen_rb_ca.c
index 183a5d55..5638f1eb 100644
--- a/src/stdio/__fopen_rb_ca.c
+++ b/src/stdio/__fopen_rb_ca.c
@@ -20,3 +20,11 @@ FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t le
return f;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif