about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibmtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedlibmtypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibmtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedlibmtypes.h b/src/wrapped/generated/wrappedlibmtypes.h
index 07b683a9..adeff992 100644
--- a/src/wrapped/generated/wrappedlibmtypes.h
+++ b/src/wrapped/generated/wrappedlibmtypes.h
@@ -22,10 +22,10 @@ typedef double (*dFd_t)(double);
 typedef float (*fFff_t)(float, float);
 typedef double (*dFdd_t)(double, double);
 
-#ifdef HAVE_LD80BITS
+#if defined(HAVE_LD80BITS) || defined(ANDROID)
 typedef int64_t (*IFD_t)(long double);
 typedef long double (*DFD_t)(long double);
-#else // HAVE_LD80BITS
+#else // !HAVE_LD80BITS && !ANDROID
 typedef int64_t (*IFD_t)(double);
 typedef double (*DFD_t)(double);
 #endif