]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/coshf.c
* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / device / lib / coshf.c
index 3a12eda8bad5ea92b67f854430dd321fab60e04f..3e8257e927d9ecf4684557922c341e3443842344 100644 (file)
@@ -22,7 +22,7 @@
 
 float sincoshf(const float x, const int iscosh);
 
-float coshf(const float x) reentrant
+float coshf(const float x) _FLOAT_FUNC_REENTRANT
 {
     return sincoshf(x, 1);
 }