aboutsummaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd/android/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-09-14 18:45:52 -0700
committerChristopher Ferris <cferris@google.com>2015-10-19 10:42:31 -0700
commit055a66c9b1017c01b82c12b65a571bf9efad8b19 (patch)
treec53d731bc536f1eecc36d344f888da1a22d047c8 /libc/upstream-netbsd/android/include
parent2d23418e68acdab7e142cc75db2850a54aa829aa (diff)
downloadandroid_bionic-055a66c9b1017c01b82c12b65a571bf9efad8b19.tar.gz
android_bionic-055a66c9b1017c01b82c12b65a571bf9efad8b19.tar.bz2
android_bionic-055a66c9b1017c01b82c12b65a571bf9efad8b19.zip
Sync with upstream NetBSD lib/libc/regex.
Bug: http://b/22850181 Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904 (cherry-picked from commit 71927a82379f7a72559ea96e6678d6215090937f)
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 84be93194..f61e90a34 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