diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-08-21 14:22:03 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-08-21 14:36:51 (GMT) |
commit | 49a5d89648db2e4167f3df9bdba416c4d0ba11e8 (patch) | |
tree | be3a90c3385b06db4bfbc8b9713e75639cd4b80c /include | |
parent | f63d954e03a9fe5072a023bfaffdd90d7088d240 (diff) |
Moved defines to support large files into tng_io.c.
Change-Id: I63eb5a7205b751228b498851fc4ce0a6b78f7857
Diffstat (limited to 'include')
-rw-r--r-- | include/tng/tng_io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tng/tng_io.h b/include/tng/tng_io.h index aaf66cd..a27a027 100644 --- a/include/tng/tng_io.h +++ b/include/tng/tng_io.h @@ -290,8 +290,6 @@ #ifndef TNG_IO_H #define TNG_IO_H 1 -#define _FILE_OFFSET_BITS 64 - #include <stdio.h> #include <stdlib.h> #include <string.h> |