fix the type of CLOCKS_PER_SEC to match new clock_t type
[musl] / src / math / __signbitf.c
index ff3e81f..40ad3cf 100644 (file)
@@ -1,6 +1,6 @@
 #include "libm.h"
 
-// FIXME
+// FIXME: macro in math.h
 int __signbitf(float x)
 {
        union {