summaryrefslogtreecommitdiff
path: root/src/dirent/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirent/telldir.c')
-rw-r--r--src/dirent/telldir.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dirent/telldir.c b/src/dirent/telldir.c
new file mode 100644
index 00000000..4e51810d
--- /dev/null
+++ b/src/dirent/telldir.c
@@ -0,0 +1,10 @@
+#include <dirent.h>
+
+long telldir(DIR * dirp)
+{
+ return 0;
+}
+
+/*
+XOPEN(4)
+*/