From beaab972f8d4517724862f3d37388e42fa26ba18 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 13:34:45 +0200 Subject: hardcode _FILE_OFFSET_BITS to 32 --- include/glob.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/glob.h') diff --git a/include/glob.h b/include/glob.h index 698b06ecc2..7778152513 100644 --- a/include/glob.h +++ b/include/glob.h @@ -19,6 +19,8 @@ #ifndef _GLOB_H #define _GLOB_H 1 +#define _FILE_OFFSET_BITS 32 + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3