aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-06-19 20:52:47 -0700
committerH. Peter Anvin <hpa@zytor.com>2014-06-19 20:52:47 -0700
commitede6eb35f3cd70a90cbcd10f72276afd449642a9 (patch)
treec68073f1c2e7e1463b334f516b04aa0ed1e14188
parentbc360f8dbdf27bff07bb5db8d0ea9a7b10d8e3d1 (diff)
downloadsyslinux-ede6eb35f3cd70a90cbcd10f72276afd449642a9.tar.gz
syslinux-ede6eb35f3cd70a90cbcd10f72276afd449642a9.tar.xz
syslinux-ede6eb35f3cd70a90cbcd10f72276afd449642a9.zip
isohybrid: define _FILE_OFFSET_BITS in the file itself
On general principles, define _FILE_OFFSET_BITS in the file itself (even though it is also in the Makefile.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--utils/isohybrid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 23fc6c0b..05afd299 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -23,6 +23,7 @@
*
*/
+#define _FILE_OFFSET_BITS 64
#include <err.h>
#include <time.h>
#include <ctype.h>