mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 02:41:17 +02:00
12 lines
159 B
Diff
12 lines
159 B
Diff
--- ./jsnum.h.orig
|
|
+++ ./jsnum.h
|
|
@@ -101,7 +101,7 @@
|
|
#ifdef WIN32
|
|
return _finite(d);
|
|
#else
|
|
- return finite(d);
|
|
+ return isfinite(d);
|
|
#endif
|
|
}
|
|
|