Added opendir and readdir.

This commit is contained in:
Joel Sherrill
1998-10-12 17:23:03 +00:00
parent 7c0ee06983
commit f7f64f630d
+1 -1
View File
@@ -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)