summaryrefslogtreecommitdiff
path: root/current/sources/android/support/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'current/sources/android/support/include/stdlib.h')
-rw-r--r--current/sources/android/support/include/stdlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/current/sources/android/support/include/stdlib.h b/current/sources/android/support/include/stdlib.h
index 43c47f303..e52e8ce58 100644
--- a/current/sources/android/support/include/stdlib.h
+++ b/current/sources/android/support/include/stdlib.h
@@ -32,6 +32,10 @@
__BEGIN_DECLS
+#if __ANDROID_API__ < __ANDROID_API_J_MR1__
+int posix_memalign(void** memptr, size_t alignment, size_t size);
+#endif
+
#if __ANDROID_API__ < __ANDROID_API_L__
long double strtold_l(const char*, char**, locale_t);
long long strtoll_l(const char*, char**, int, locale_t);