fix typo
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 09:59:42 +0000 (09:59 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Oct 2006 09:59:42 +0000 (09:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4941 3c298f89-4303-0410-b956-a3cf2f4a3e73

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
 {