diff options
Diffstat (limited to 'system/include/libc/math.h')
-rw-r--r-- | system/include/libc/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/math.h b/system/include/libc/math.h index c5c6bdb9..d963c6c8 100644 --- a/system/include/libc/math.h +++ b/system/include/libc/math.h @@ -232,7 +232,7 @@ extern int __signbitd (double x); /* Non ANSI double precision functions. */ -extern double infinity _PARAMS((void)); +/* XXX Emscripten extern double infinity _PARAMS((void)); */ extern double nan _PARAMS((const char *)); extern int finite _PARAMS((double)); extern double copysign _PARAMS((double, double)); |