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

Commit 80a6b33b authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build break on glibc, for real.

Change-Id: I8bbec237229b05f96c708d41f3c4da17e2a90e2b
parent cc67069a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -139,7 +139,11 @@ public:
    const Vector<size_t>* offsetsForString(const String16& val) const;

private:
#ifdef __GLIBC__
    static int config_sort(const void* lhs, const void* rhs, void* state);
#else
    static int config_sort(void* state, const void* lhs, const void* rhs);
#endif

    const bool                              mUTF8;