ndk_patches: <dlfcn.h> now #define:s RTLD_*
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 18 Apr 2016 04:33:02 +0000 (00:33 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 18 Apr 2016 04:33:02 +0000 (00:33 -0400)
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.


No differences found