summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd/android/include
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-07 16:20:48 -0800
committerSteve Kondik <steve@cyngn.com>2015-12-07 16:20:48 -0800
commit4238c50072f2d7546118ed52220c398782c45e9d (patch)
treeac3b6b98c526855f6051c47a96d5ce8c3f2e158e /libc/upstream-netbsd/android/include
parent91d934ac73ae5a198ae0db4203c8fcf79e4df288 (diff)
parent807032d0e12877a4c92ac7f6072d5dd9e1f76f3c (diff)
downloadbionic-4238c50072f2d7546118ed52220c398782c45e9d.zip
bionic-4238c50072f2d7546118ed52220c398782c45e9d.tar.gz
bionic-4238c50072f2d7546118ed52220c398782c45e9d.tar.bz2
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bionic into cm-13.0
Android 6.0.1 release 3
Diffstat (limited to 'libc/upstream-netbsd/android/include')
-rw-r--r--libc/upstream-netbsd/android/include/netbsd-compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/upstream-netbsd/android/include/netbsd-compat.h b/libc/upstream-netbsd/android/include/netbsd-compat.h
index 04bc728..8d1c46b 100644
--- a/libc/upstream-netbsd/android/include/netbsd-compat.h
+++ b/libc/upstream-netbsd/android/include/netbsd-compat.h
@@ -31,4 +31,7 @@
#define __readlockenv() 0
#define __unlockenv() 0
+#include <stddef.h>
+__LIBC_HIDDEN__ int reallocarr(void*, size_t, size_t);
+
#endif