aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.29/240-math_call.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-19 18:25:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-19 18:25:25 +0000
commitca7a7f6155333da8299614ff92057512c008c706 (patch)
tree7740cc6de02432089106f38f56d2a73f3ad0e395 /toolchain/uClibc/patches-0.9.29/240-math_call.patch
parent9073d4dd1f5775c3bc116fe8f25b52601a48969d (diff)
downloadupstream-ca7a7f6155333da8299614ff92057512c008c706.tar.gz
upstream-ca7a7f6155333da8299614ff92057512c008c706.tar.bz2
upstream-ca7a7f6155333da8299614ff92057512c008c706.zip
remove support for uclibc 0.9.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.29/240-math_call.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.29/240-math_call.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/toolchain/uClibc/patches-0.9.29/240-math_call.patch b/toolchain/uClibc/patches-0.9.29/240-math_call.patch
deleted file mode 100644
index a69fe4efd4..0000000000
--- a/toolchain/uClibc/patches-0.9.29/240-math_call.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/libc/sysdeps/linux/common/bits/mathcalls.h
-+++ b/libc/sysdeps/linux/common/bits/mathcalls.h
-@@ -190,20 +190,20 @@
-
- /* Return 0 if VALUE is finite or NaN, +1 if it
- is +Infinity, -1 if it is -Infinity. */
--__MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
-+__MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
-
- /* Return nonzero if VALUE is finite and not NaN. */
--__MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
--_Mdouble_END_NAMESPACE
-+__MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
-
--#ifdef __USE_MISC
- /* Return 0 if VALUE is finite or NaN, +1 if it
- is +Infinity, -1 if it is -Infinity. */
--__MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
-+__MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
-
- /* Return nonzero if VALUE is finite and not NaN. */
--__MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
-+__MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
-+_Mdouble_END_NAMESPACE
-
-+#ifdef __USE_MISC
- /* Return the remainder of X/Y. */
- __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y));
-