Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00bc7025 authored by Dees_Troy's avatar Dees_Troy Committed by Dees Troy
Browse files

Fix mkdosfs 2GB barrier

Change-Id: I3627b35f8bd27048647764196d7cf6d34b7bc854
parent 18794c82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@

/* In earlier versions, an own llseek() was used, but glibc lseek() is
 * sufficient (or even better :) for 64 bit offsets in the meantime */
#define llseek lseek
#define llseek lseek64

/* Constant definitions */