X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fmath.h;h=f891a210dc4b472f6294bb914746f898aa19b577;hb=7b52ebbcc1ef1faaeb666bf42d72604b6e84f84a;hp=4bd52b90a088b73c15a70f3985a43dfd7ccd5ffb;hpb=fa8903dc5bda17a564aa3348780a20e6df04fa11;p=libucw.git diff --git a/lib/math.h b/lib/math.h index 4bd52b90..f891a210 100644 --- a/lib/math.h +++ b/lib/math.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Stub for including math.h, avoiding name collisions + * UCW Library -- Stub for including math.h, avoiding name collisions * * (c) 2003 Martin Mares * @@ -14,3 +14,7 @@ #undef log #define log log_msg #undef exception + +#ifdef CONFIG_LINUX +float logf(float); +#endif