diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-26 20:40:19 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-26 20:40:19 -0700 |
commit | 5f5c99ded3fc10bcdc513e0ff78d0e71c67ccdba (patch) | |
tree | 306874d826dca1013c718c260f76ba92ccede730 /system/include/libc/math.h | |
parent | 57c012482aed42154a0cad98c7b3a65363f4d276 (diff) |
header surgery
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)); |