* device/lib/acosf.c (acosf),
[fw/sdcc] / device / lib / atanf.c
index ed70035c9c04b051bdd8409b1c63d698aaf99fac..135c3f90f7bd17c2e65de5b00973f0f070bf71d8 100644 (file)
@@ -42,7 +42,7 @@
    #define myconst const
 #endif
 
-float atanf(const float x) reentrant
+float atanf(const float x) _FLOAT_FUNC_REENTRANT
 {
     float f, r, g;
     int n=0;