summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-29 05:47:04 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-29 05:47:04 +0000
commit87108d9ffaa3e4d4bc761453de093011e0d3398d (patch)
tree646702040ce8122cfcb857693671809ba35cacbc /libc/sysdeps/linux/common/Makefile
parent4e1ec6cac528de017d8e8696e0442904847bdc54 (diff)
Fix up stat so we translate from kernel stat to libc stat. Try to fix
up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index fa8936af8..1c4b80d20 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -27,9 +27,9 @@ LIBC=$(TOPDIR)libc.a
CSRC =closedir.o dirfd.o getdnnm.o gethstnm.o getpagesize.o \
-isatty.o kernel_version.o mkfifo.o opendir.o rewinddir.o \
-seekdir.o setegid.o seteuid.o setpgrp.o tcgetatr.o tell.o \
-telldir.o wait.o wait3.o _fxstat.o _lxstat.o _xstat.o _xmknod.o
+ isatty.o kernel_version.o mkfifo.o opendir.o readdir.o rewinddir.o \
+ seekdir.o setegid.o seteuid.o setpgrp.o statfix.o tcgetatr.o tell.o \
+ telldir.o wait.o wait3.o _xmknod.o
COBJS=$(patsubst %.c,%.o, $(CSRC))