remove old .cvsignore
[openwrt-10.03/.git] / toolchain / libnotimpl / src / math.c
index a16ea740ead2378a09419e9744a0deaab29118ac..5bfcb9532ef8041921f6b464cb0e5aa4ce5f0d26 100644 (file)
@@ -43,7 +43,7 @@
 #ifdef __STDC__
        float ceilf(float x)
 #else
-       float rintf(x)
+       float ceilf(x)
        float x;
 #endif
 {