X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flargefile.c;h=b71a77f4051f5c295bc0daebbbd5a9cd90fa3b60;hb=d62278d1ad8359740e590810b12d84b50b2dc6be;hp=a75339f53e3e68bd059ba5872801d66a213d1318;hpb=9ca04e5fe7bc37286c120bc84cfd4abf05e51327;p=sbcl.git diff --git a/src/runtime/largefile.c b/src/runtime/largefile.c index a75339f..b71a77f 100644 --- a/src/runtime/largefile.c +++ b/src/runtime/largefile.c @@ -63,7 +63,7 @@ lstat_largefile(const char *file_name, struct stat *buf) { struct dirent64 * readdir_largefile(DIR *dir) { - return readdir(dir); + return readdir64(dir); } #endif