summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/opendir.c')
-rw-r--r--cpukit/libcsupport/src/opendir.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpukit/libcsupport/src/opendir.c b/cpukit/libcsupport/src/opendir.c
deleted file mode 100644
index e303eb28e5..0000000000
--- a/cpukit/libcsupport/src/opendir.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * opendir() - POSIX 1003.1b - XXX
- *
- * $Id$
- */
-
-#include <dirent.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <unistd.h>
-
-DIR *opendir(
- const char *name
-)
-{
- return NULL;
-}