]> mj.ucw.cz Git - libucw.git/blobdiff - lib/math.h
Use the generic thread context to hold per-thread I/O queue.
[libucw.git] / lib / math.h
index d79c7bec96ea00765c393340e528e4848547ae65..f891a210dc4b472f6294bb914746f898aa19b577 100644 (file)
@@ -15,4 +15,6 @@
 #define log log_msg
 #undef exception
 
+#ifdef CONFIG_LINUX
 float logf(float);
+#endif