Apply a workaround for Bionic's ioctl signedness hack

Sqlite takes ioctl's address, and immediately casts it to a type
incompatible with either `int(*)(int, int, ...)` or `int(*)(int,
unsigned, ...)`. So, clang doesn't know what overload to pick, even
though they both ultimately point to the same function.

Bug: https://github.com/android-ndk/ndk/issues/402
Test: m on internal master
Change-Id: I67aa885c835a3703d3ed23b5c3f24d3387c51be2
1 file changed
tree: 3977ee735d02068a377af626e4601d05757cdbab
  1. android/
  2. dist/
  3. Android.bp
  4. CleanSpec.mk
  5. OWNERS
  6. README.version