From f7f64f630d23a10480523013590182a7039dca57 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Oct 1998 17:23:03 +0000 Subject: Added opendir and readdir. --- c/src/lib/libc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libc/Makefile.in') diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in index 18e05bd1ff..c7b82c73ae 100644 --- a/c/src/lib/libc/Makefile.in +++ b/c/src/lib/libc/Makefile.in @@ -14,7 +14,7 @@ LIB=${ARCH}/${LIBNAME} # C and C++ source names, if any, go here -- minus the .c or .cc C_PIECES=__gettod __brk __times _execve getdents malloc syscalls \ no_libc newlibc newlibif newlibifr support unixlibc \ - libio hosterr tcattr tcdrain cfiospeed termios + libio hosterr tcattr tcdrain cfiospeed termios readdir opendir C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -- cgit v1.2.3