Merge "Move dlsym and dladdr implementation to linker.cpp" am: 0bc3977537
am: 2db5936bc3
* commit '2db5936bc36801d266ab6f4c089b097d136fca4a':
Move dlsym and dladdr implementation to linker.cpp
diff --git a/libc/upstream-netbsd/android/include/netbsd-compat.h b/libc/upstream-netbsd/android/include/netbsd-compat.h
index 8d1c46b..0212d16 100644
--- a/libc/upstream-netbsd/android/include/netbsd-compat.h
+++ b/libc/upstream-netbsd/android/include/netbsd-compat.h
@@ -32,6 +32,6 @@
#define __unlockenv() 0
#include <stddef.h>
-__LIBC_HIDDEN__ int reallocarr(void*, size_t, size_t);
+int reallocarr(void*, size_t, size_t);
#endif