From b2cef77ccf52b1fb55f8e1ca98ada48bbfe90b92 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Thu, 30 Jun 2011 21:29:42 +0200 Subject: common: Force 64 bit fileops at compile time --- src/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index b6a6b4d5c..b6d8ae3a4 100644 --- a/src/common.h +++ b/src/common.h @@ -2,10 +2,6 @@ #define INCLUDE_common_h__ #include "git2/common.h" - -/** Force 64 bit off_t size on POSIX. */ -#define _FILE_OFFSET_BITS 64 - #include "git2/thread-utils.h" #include "cc-compat.h" -- cgit v1.2.1