aboutsummaryrefslogtreecommitdiff
path: root/src/dirent/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirent/opendir.c')
-rw-r--r--src/dirent/opendir.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dirent/opendir.c b/src/dirent/opendir.c
index 5cb84e30..3773e6b5 100644
--- a/src/dirent/opendir.c
+++ b/src/dirent/opendir.c
@@ -19,3 +19,11 @@ DIR *opendir(const char *name)
dir->fd = fd;
return dir;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif