summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/seekdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/seekdir.c')
-rw-r--r--c/src/exec/libcsupport/src/seekdir.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/exec/libcsupport/src/seekdir.c b/c/src/exec/libcsupport/src/seekdir.c
deleted file mode 100644
index e591adbb9f..0000000000
--- a/c/src/exec/libcsupport/src/seekdir.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * seekdir() - POSIX 1003.1b - XXX
- *
- * $Id$
- */
-
-#include <sys/param.h>
-#include <assert.h>
-#include <dirent.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <errno.h>
-
-void seekdir(
- DIR *dirp,
- long loc
-)
-{
- errno = ENOSYS;
- return -1;
-}