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.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/dirent/telldir.c b/src/dirent/telldir.c
deleted file mode 100644
index 24efd6c5..00000000
--- a/src/dirent/telldir.c
+++ /dev/null
@@ -1,18 +0,0 @@
-#if 0
-
-#include <sys/types.h>
-#include <dirent.h>
-#include <unistd.h>
-#include "_dirent.h"
-
-long telldir(DIR * dirp)
-{
- return lseek(dirp->fd, 0, SEEK_CUR);
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif