open files in large file mode

This commit is contained in:
leitner 2003-09-08 17:43:02 +00:00
parent 1bd720d8a4
commit eb554a0ceb
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define _FILE_OFFSET_BITS 64
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include "io_internal.h" #include "io_internal.h"

View File

@ -1,3 +1,4 @@
#define _FILE_OFFSET_BITS 64
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include "io_internal.h" #include "io_internal.h"