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

Commit 44daa2dd authored by Elliott Hughes's avatar Elliott Hughes Committed by Jerome Gaillard
Browse files

macOS build fix: no off64_t on darwin.

Darwin has always had a 64-bit off_t, and never added an off64_t.

Bug: 153328340
Test: builds on mac
Change-Id: I4b244dda94c67da76c9e0f47b333c2734f5a94af
parent 418f28db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@

#include <stdint.h>

#include <android-base/off64_t.h>

namespace incremental {

using Size = int64_t;