From 270d58fe4c2245a47bb7417690fc4782fad4f0f2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 6 Jul 1998 19:00:33 +0000 Subject: New file to satisfy readdir() family. --- cpukit/libcsupport/src/getdents.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cpukit/libcsupport/src/getdents.c (limited to 'cpukit') diff --git a/cpukit/libcsupport/src/getdents.c b/cpukit/libcsupport/src/getdents.c new file mode 100644 index 0000000000..9b16d82409 --- /dev/null +++ b/cpukit/libcsupport/src/getdents.c @@ -0,0 +1,14 @@ +/* + * Just enough to make newlib return an error. + * + * $Id$ + */ + +int getdents( + int fd, + void *buf, + int len +) +{ + return -1; +} -- cgit v1.2.3