X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmath.h;h=f891a210dc4b472f6294bb914746f898aa19b577;hb=cabef723285b3d2e61db2fd84440dca848d12888;hp=d79c7bec96ea00765c393340e528e4848547ae65;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/math.h b/lib/math.h index d79c7bec..f891a210 100644 --- a/lib/math.h +++ b/lib/math.h @@ -15,4 +15,6 @@ #define log log_msg #undef exception +#ifdef CONFIG_LINUX float logf(float); +#endif