diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-17 03:17:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-17 03:17:15 +0000 |
commit | f6fabdfcc7ee34bbaef30c5cef540152e5c7b224 (patch) | |
tree | 4b9d4614efaf3528cb230057df6467610cee3171 /libc/misc/dirent/Makefile | |
parent | cad937c12d93653ed1bf548eed8fc1a178f991d8 (diff) |
In theory, this adds readdir64 and friends. Dunno if they
work yet or not....
-Erik
Diffstat (limited to 'libc/misc/dirent/Makefile')
-rw-r--r-- | libc/misc/dirent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/dirent/Makefile b/libc/misc/dirent/Makefile index 23b024b63..43f233619 100644 --- a/libc/misc/dirent/Makefile +++ b/libc/misc/dirent/Makefile @@ -23,7 +23,8 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -CSRC=alphasort.c closedir.c dirfd.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c telldir.c +CSRC=alphasort.c closedir.c dirfd.c opendir.c readdir.c rewinddir.c scandir.c \ + seekdir.c telldir.c readdir64.c alphasort64.c scandir64.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |