* updated kmousetool (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / uclibc / uclibc_svn_libm.patch.powerpc
blobb6cbfff4ba32ce6c23db9b1f4249354d4cb0de52
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../uclibc/uclibc_svn_libm.patch.powerpc
5 # Copyright (C) 2009 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -uNr uClibc-0.9.30.org/libm/ldouble_wrappers.c uClibc-0.9.30/libm/ldouble_wrappers.c
18 --- uClibc-0.9.30.org/libm/ldouble_wrappers.c   2009-01-19 18:21:40.000000000 +0100
19 +++ uClibc-0.9.30/libm/ldouble_wrappers.c       2009-01-19 18:23:00.000000000 +0100
20 @@ -544,7 +544,6 @@
21  {
22         return __fpclassify ( (double) x );
23  }
24 -libm_hidden_def(__fpclassifyl)
25  #endif
27  #ifdef L_finitel
28 @@ -552,7 +551,6 @@
29  {
30         return __finite ( (double)x );
31  }
32 -libm_hidden_def(__finitel)
33  #endif
35  #ifdef L_signbitl
36 @@ -560,7 +558,6 @@
37  {
38         return __signbitl ( (double)x );
39  }
40 -libm_hidden_def(__signbitl)
41  #endif
43  #ifdef L_isnanl
44 @@ -568,7 +565,6 @@
45  {
46         return __isnan ( (double)x );
47  }
48 -libm_hidden_def(__isnanl)
49  #endif
51  #ifdef L_isinfl
52 @@ -576,7 +572,6 @@
53  {
54         return __isinf ( (double)x );
55  }
56 -libm_hidden_def(__isinfl)
57  #endif
59  #endif