diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-03-19 14:08:58 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2012-03-19 14:08:58 -0700 |
commit | fe75d62eba3935d2d1a4a7790fc7459ded241ad3 (patch) | |
tree | 71054bce03f3a52e59fb5dc4af890f93da50a259 /tools/aapt/StringPool.h | |
parent | 80a6b33be276eb6c808fce13debb4bb7a489cdad (diff) |
Use qsort_r_compat() as a portable wrapper for qsort_r().
Change-Id: Ie79f81625947f4e95122047605d994c86e872e74
Diffstat (limited to 'tools/aapt/StringPool.h')
-rw-r--r-- | tools/aapt/StringPool.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aapt/StringPool.h b/tools/aapt/StringPool.h index 64acfd813162..d5010086b292 100644 --- a/tools/aapt/StringPool.h +++ b/tools/aapt/StringPool.h @@ -139,11 +139,7 @@ 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; |