projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24a3a5
)
fix typo
author
Nicolas Thill
<nico@openwrt.org>
Sat, 7 Oct 2006 09:59:42 +0000
(09:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 7 Oct 2006 09:59:42 +0000
(09:59 +0000)
SVN-Revision: 4941
openwrt/toolchain/libnotimpl/src/math.c
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/libnotimpl/src/math.c
b/openwrt/toolchain/libnotimpl/src/math.c
index a16ea740ead2378a09419e9744a0deaab29118ac..5bfcb9532ef8041921f6b464cb0e5aa4ce5f0d26 100644
(file)
--- a/
openwrt/toolchain/libnotimpl/src/math.c
+++ b/
openwrt/toolchain/libnotimpl/src/math.c
@@
-43,7
+43,7
@@
#ifdef __STDC__
float ceilf(float x)
#else
- float
rint
f(x)
+ float
ceil
f(x)
float x;
#endif
{