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