]> mj.ucw.cz Git - libucw.git/blobdiff - lib/math.h
Implemented SORT_UNIFY, SORT_UNIQUE and debugged SORT_VAR_DATA.
[libucw.git] / lib / math.h
index 4bd52b90a088b73c15a70f3985a43dfd7ccd5ffb..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>
  *
@@ -14,3 +14,7 @@
 #undef log
 #define log log_msg
 #undef exception
+
+#ifdef CONFIG_LINUX
+float logf(float);
+#endif