diff options
author | Elliott Hughes <enh@google.com> | 2015-10-21 21:45:01 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-21 21:45:01 +0000 |
commit | d676080a3752873249c1204b52e872fe48169276 (patch) | |
tree | 94d4bd5bd9ab3172f4f2ff8e1e217dc880f48759 /libc/upstream-netbsd/android/include/netbsd-compat.h | |
parent | 753162836a0d3a82739611c9e30aa872363558b1 (diff) | |
parent | 055a66c9b1017c01b82c12b65a571bf9efad8b19 (diff) | |
download | bionic-d676080a3752873249c1204b52e872fe48169276.zip bionic-d676080a3752873249c1204b52e872fe48169276.tar.gz bionic-d676080a3752873249c1204b52e872fe48169276.tar.bz2 |
Sync with upstream NetBSD lib/libc/regex.
am: 055a66c9b1
* commit '055a66c9b1017c01b82c12b65a571bf9efad8b19':
Sync with upstream NetBSD lib/libc/regex.
Diffstat (limited to 'libc/upstream-netbsd/android/include/netbsd-compat.h')
-rw-r--r-- | libc/upstream-netbsd/android/include/netbsd-compat.h | 3 |
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 84be931..f61e90a 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 |