open files in large file mode

master
Felix von Leitner 2003-09-08 17:43:02 +00:00
parent 42199d6c25
commit 7f6d876784
2 changed files with 2 additions and 0 deletions

View File

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

View File

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