]> mj.ucw.cz Git - libucw.git/blobdiff - lib/math.h
Several bits of the new sorter.
[libucw.git] / lib / math.h
index 3c55e987be13dde14701b32fa85b24c8695672de..f891a210dc4b472f6294bb914746f898aa19b577 100644 (file)
@@ -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 <mj@ucw.cz>
  *
@@ -15,4 +15,6 @@
 #define log log_msg
 #undef exception
 
+#ifdef CONFIG_LINUX
 float logf(float);
+#endif