summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)