commit | 71927a82379f7a72559ea96e6678d6215090937f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 14 18:45:52 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Sep 14 18:45:52 2015 -0700 |
tree | 1ec3dde6fb57f4c00aa0d3849e0e5e328ada58a0 | |
parent | cd0ed2f174d9015da5ae7206bc4c5190cd0bb51e [diff] [blame] |
Sync with upstream NetBSD lib/libc/regex. Bug: http://b/22850181 Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904
diff --git a/libc/upstream-netbsd/android/include/netbsd-compat.h b/libc/upstream-netbsd/android/include/netbsd-compat.h index 04bc728..0212d16 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> +int reallocarr(void*, size_t, size_t); + #endif