summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd/android/include/netbsd-compat.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-10-21 14:56:52 -0700
committerChristopher Ferris <cferris@google.com>2015-10-21 14:56:52 -0700
commitafff4442ae092469f298a71862d61c65ceb67b03 (patch)
tree6b51a9b7e2c72f91e5a8e9fea42c264c79229cde /libc/upstream-netbsd/android/include/netbsd-compat.h
parent98384649b2d3f3eb5b03077bc0004e14a99a4d55 (diff)
parentd676080a3752873249c1204b52e872fe48169276 (diff)
downloadbionic-afff4442ae092469f298a71862d61c65ceb67b03.zip
bionic-afff4442ae092469f298a71862d61c65ceb67b03.tar.gz
bionic-afff4442ae092469f298a71862d61c65ceb67b03.tar.bz2
resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev.
Change-Id: I56c1bb2adb4b6a48733c928415e788e689b4944e
Diffstat (limited to 'libc/upstream-netbsd/android/include/netbsd-compat.h')
-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