X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fsqrtf.c;h=740fac79ae363f5b48a11aca87fbfedda3c64824;hb=1bb6a9b476754a7dd750c60972bbefe75c218f68;hp=477d535a82410f758bf06de89c0a3a23aed1f68c;hpb=1071a6c6ae98b2f1017cc0bc323860ac0d145d8c;p=fw%2Fsdcc diff --git a/device/lib/sqrtf.c b/device/lib/sqrtf.c index 477d535a..740fac79 100644 --- a/device/lib/sqrtf.c +++ b/device/lib/sqrtf.c @@ -24,7 +24,7 @@ #include #include -float sqrtf(const float x) reentrant +float sqrtf(const float x) _FLOAT_FUNC_REENTRANT { float f, y; int n;