summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 17:23:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 17:23:03 +0000
commitf7f64f630d23a10480523013590182a7039dca57 (patch)
tree269d78f85f3664e059b82596e0253d2562997847 /c/src/lib/libc/Makefile.in
parentAdded helas403 and changed column spacing. (diff)
downloadrtems-f7f64f630d23a10480523013590182a7039dca57.tar.bz2
Added opendir and readdir.
Diffstat (limited to 'c/src/lib/libc/Makefile.in')
-rw-r--r--c/src/lib/libc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)