Fix build break on glibc, for real.
Change-Id: I8bbec237229b05f96c708d41f3c4da17e2a90e2b
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user