From 87108d9ffaa3e4d4bc761453de093011e0d3398d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 29 Oct 2000 05:47:04 +0000 Subject: 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 --- libc/sysdeps/linux/common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/common/Makefile') 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)) -- cgit v1.2.3