diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-30 08:25:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-30 08:25:20 +0000 |
commit | 79a09cdaaec661c701080108a73f93d5ca71a006 (patch) | |
tree | 72e22a39992bab1c0eaebbecf1a52ea06da47c44 /libc/sysdeps/linux/common/Makefile | |
parent | 31a8f5cb0e06061181d4a6ed8b154abec561f981 (diff) |
First pass at fixing readdir by adding a getdents wrapper...
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index b08230be2..0c361ba48 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC =closedir.o dirfd.o getdnnm.o gethstnm.o getpagesize.o \ +CSRC =closedir.o dirfd.o getdents.o getdnnm.o gethstnm.o getpagesize.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 _fxstat.o _lxstat.o _xstat.o |