summaryrefslogtreecommitdiff
path: root/current/sources/android/support/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'current/sources/android/support/include/inttypes.h')
-rw-r--r--current/sources/android/support/include/inttypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/current/sources/android/support/include/inttypes.h b/current/sources/android/support/include/inttypes.h
index 834ab9170..518243418 100644
--- a/current/sources/android/support/include/inttypes.h
+++ b/current/sources/android/support/include/inttypes.h
@@ -32,11 +32,6 @@
__BEGIN_DECLS
-#if __ANDROID_API__ < __ANDROID_API_K__
-intmax_t imaxabs(intmax_t) __attribute_const__;
-imaxdiv_t imaxdiv(intmax_t, intmax_t) __attribute_const__;
-#endif
-
#if __ANDROID_API__ < __ANDROID_API_L__
intmax_t wcstoimax(const wchar_t* __restrict, wchar_t** __restrict, int);
uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int);