From: Arun Prakash Jana Date: Fri, 23 Nov 2018 19:56:18 +0000 (+0530) Subject: Fix #135:wq X-Git-Tag: v2.2~128 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ab4c6ff363b8b8cf6afbab68a697184aca6d0582;p=nnn.git Fix #135:wq --- diff --git a/src/nnn.c b/src/nnn.c index c6fb370f..1e506bd0 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -29,7 +29,7 @@ */ #ifdef __linux__ -#ifdef __i386__ +#if defined(__arm__) || defined(__i386__) #define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */ #endif #include