diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-03-02 09:16:39 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-03-02 09:16:39 +0000 |
commit | bddfe5d0cecccc8aa995fe95c4af5cbc41743747 (patch) | |
tree | 5ca9135daa03b182b678b4ca01092f103be27549 /byterun/sys.c | |
parent | 00d7dbf924dccb864a839fdfa86001e9fe48142e (diff) |
Ajout operations sur gros fichiers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4474 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/sys.c')
-rw-r--r-- | byterun/sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/sys.c b/byterun/sys.c index cb70ba345..9261bce49 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -15,6 +15,8 @@ /* Basic system calls */ +#define _FILE_OFFSET_BITS 64 + #include <errno.h> #include <fcntl.h> #include <signal.h> |