summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
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 c193bd93e3..18e05bd1ff 100644
--- a/c/src/lib/libc/Makefile.in
+++ b/c/src/lib/libc/Makefile.in
@@ -12,7 +12,7 @@ LIBNAME=libcsupport.a
LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES=__gettod __brk __times _execve malloc syscalls \
+C_PIECES=__gettod __brk __times _execve getdents malloc syscalls \
no_libc newlibc newlibif newlibifr support unixlibc \
libio hosterr tcattr tcdrain cfiospeed termios
C_FILES=$(C_PIECES:%=%.c)