aboutsummaryrefslogtreecommitdiff
path: root/sources/android/support/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/support/include/stdlib.h')
-rw-r--r--sources/android/support/include/stdlib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/android/support/include/stdlib.h b/sources/android/support/include/stdlib.h
index b0cc57974..a6895d6a8 100644
--- a/sources/android/support/include/stdlib.h
+++ b/sources/android/support/include/stdlib.h
@@ -33,10 +33,6 @@
__BEGIN_DECLS
-#if __ANDROID_API__ < __ANDROID_API_J__
-int posix_memalign(void** memptr, size_t alignment, size_t size);
-#endif
-
#if __ANDROID_API__ < __ANDROID_API_L__
#undef MB_CUR_MAX
size_t __ctype_get_mb_cur_max(void);