]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libc/upstream-openbsd/android/include/openbsd-compat.h
Sync with upstream OpenBSD fts.c.
[android-sdk/platform-bionic.git] / libc / upstream-openbsd / android / include / openbsd-compat.h
index 268b3b63a452d589054da7fe42cc58e90b63dc31..8386ba5fcb8401f162991fee669e9cab7e179f72 100644 (file)
@@ -59,6 +59,9 @@
 /* We have OpenBSD's getentropy_linux.c, but we don't mention getentropy in any header. */
 __LIBC_HIDDEN__ extern int getentropy(void*, size_t);
 
+/* OpenBSD has this as API, but we just use it internally. */
+__LIBC_HIDDEN__ void* reallocarray(void*, size_t, size_t);
+
 /* LP32 NDK ctype.h contained references to these. */
 __LIBC64_HIDDEN__ extern const short* _tolower_tab_;
 __LIBC64_HIDDEN__ extern const short* _toupper_tab_;