summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/getdents.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/getdents.c')
-rw-r--r--c/src/exec/libcsupport/src/getdents.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/exec/libcsupport/src/getdents.c b/c/src/exec/libcsupport/src/getdents.c
deleted file mode 100644
index 9b16d82409..0000000000
--- a/c/src/exec/libcsupport/src/getdents.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Just enough to make newlib return an error.
- *
- * $Id$
- */
-
-int getdents(
- int fd,
- void *buf,
- int len
-)
-{
- return -1;
-}