X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmath.h;h=f891a210dc4b472f6294bb914746f898aa19b577;hb=cabef723285b3d2e61db2fd84440dca848d12888;hp=3c55e987be13dde14701b32fa85b24c8695672de;hpb=4c445f013dba6fa8576d4463cb84c186e2b6f3bd;p=libucw.git diff --git a/lib/math.h b/lib/math.h index 3c55e987..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 * @@ -15,4 +15,6 @@ #define log log_msg #undef exception +#ifdef CONFIG_LINUX float logf(float); +#endif