diff options
Diffstat (limited to 'otherlibs/unix/readdir.c')
-rw-r--r-- | otherlibs/unix/readdir.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otherlibs/unix/readdir.c b/otherlibs/unix/readdir.c index 9b1906e38..09cbc3726 100644 --- a/otherlibs/unix/readdir.c +++ b/otherlibs/unix/readdir.c @@ -13,10 +13,6 @@ /* $Id$ */ -/* This avoids "overflow" errors when reading from very large directories - (PR#609) */ -#define _FILE_OFFSET_BITS 64 - #include <mlvalues.h> #include <fail.h> #include <alloc.h> |