mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 11:53:25 +00:00
16 lines
373 B
Diff
16 lines
373 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/src/Scheme/S7/s7.c
|
|
+++ b/src/Scheme/S7/s7.c
|
|
@@ -381,6 +381,10 @@
|
|
#define _Complex_I 1.0fi
|
|
#endif
|
|
#endif
|
|
+ #if defined __ANDROID__ && __ANDROID_API__ < 26
|
|
+double complex clog(double complex);
|
|
+double complex cpow(double complex, double complex);
|
|
+ #endif
|
|
#endif
|
|
|
|
#ifndef CMPLX
|