diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-26 18:46:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-26 18:46:06 +0000 |
commit | 4cd5ca906c65b15fc966b9d02d3f0cc1ae8817ff (patch) | |
tree | 96e579955e4868b5dd710324d1e44172da97de8d /libc/misc/dirent/Makefile | |
parent | 22fa952fdb5e9d2c5b1ee0d6c3fb75974ca15666 (diff) |
Implement missing readdir64_r.c
-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 d50cdb520..c3dc95a8f 100644 --- a/libc/misc/dirent/Makefile +++ b/libc/misc/dirent/Makefile @@ -25,7 +25,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 readdir64.c alphasort64.c scandir64.c readdir_r.c + seekdir.c telldir.c readdir64.c alphasort64.c scandir64.c readdir_r.c \ + readdir64_r.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |