FreeBSD Bugzilla – Attachment 248017 Details for
Bug 276669
Cleanup lib/msun code after $FreeBSD$ removal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to remove unused cdef.h
cdef.h.diff (text/plain), 72.30 KB, created by
Steve Kargl
on 2024-01-27 20:09:22 UTC
(
hide
)
Description:
patch to remove unused cdef.h
Filename:
MIME Type:
Creator:
Steve Kargl
Created:
2024-01-27 20:09:22 UTC
Size:
72.30 KB
patch
obsolete
>diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c >index 112717303ccd..44cd5190de92 100644 >--- a/lib/msun/bsdsrc/b_exp.c >+++ b/lib/msun/bsdsrc/b_exp.c >@@ -29,7 +29,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /* EXP(X) > * RETURN THE EXPONENTIAL OF X > * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS) >diff --git a/lib/msun/bsdsrc/b_log.c b/lib/msun/bsdsrc/b_log.c >index 64ca87e53b81..a82140bb98b5 100644 >--- a/lib/msun/bsdsrc/b_log.c >+++ b/lib/msun/bsdsrc/b_log.c >@@ -29,7 +29,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /* Table-driven natural logarithm. > * > * This code was derived, with minor modifications, from: >diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c >index 07597cacf998..8369477c18b7 100644 >--- a/lib/msun/bsdsrc/b_tgamma.c >+++ b/lib/msun/bsdsrc/b_tgamma.c >@@ -42,7 +42,6 @@ > * porting to other precisions. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h >index c8a0ceb4f6ef..a4d081c3f02f 100644 >--- a/lib/msun/bsdsrc/mathimpl.h >+++ b/lib/msun/bsdsrc/mathimpl.h >@@ -36,7 +36,6 @@ > #ifndef _MATHIMPL_H_ > #define _MATHIMPL_H_ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "../src/math_private.h" >diff --git a/lib/msun/i387/invtrig.c b/lib/msun/i387/invtrig.c >index 523f022e0546..50d8d3af9343 100644 >--- a/lib/msun/i387/invtrig.c >+++ b/lib/msun/i387/invtrig.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <stdint.h> > > #define STRUCT_DECLS >diff --git a/lib/msun/ld128/e_lgammal_r.c b/lib/msun/ld128/e_lgammal_r.c >index 4a8faca7befd..f8079b79d7fa 100644 >--- a/lib/msun/ld128/e_lgammal_r.c >+++ b/lib/msun/ld128/e_lgammal_r.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_lgamma_r.c for complete comments. > * >diff --git a/lib/msun/ld128/e_powl.c b/lib/msun/ld128/e_powl.c >index fd8b57b66bd5..f5a993cf0054 100644 >--- a/lib/msun/ld128/e_powl.c >+++ b/lib/msun/ld128/e_powl.c >@@ -59,7 +59,6 @@ > * > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > >diff --git a/lib/msun/ld128/e_rem_pio2l.h b/lib/msun/ld128/e_rem_pio2l.h >index 028705ca5ceb..44ec6eb10bfd 100644 >--- a/lib/msun/ld128/e_rem_pio2l.h >+++ b/lib/msun/ld128/e_rem_pio2l.h >@@ -12,7 +12,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* ld128 version of __ieee754_rem_pio2l(x,y) > * > * return the remainder of x rem pi/2 in y[0]+y[1] >diff --git a/lib/msun/ld128/invtrig.c b/lib/msun/ld128/invtrig.c >index cd9a276b68d1..75aef7b5166a 100644 >--- a/lib/msun/ld128/invtrig.c >+++ b/lib/msun/ld128/invtrig.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include "invtrig.h" > > /* >diff --git a/lib/msun/ld128/k_cosl.c b/lib/msun/ld128/k_cosl.c >index 6ff15eb7c763..c7562664bd3c 100644 >--- a/lib/msun/ld128/k_cosl.c >+++ b/lib/msun/ld128/k_cosl.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld128 version of k_cos.c. See ../src/k_cos.c for most comments. > */ >diff --git a/lib/msun/ld128/k_expl.h b/lib/msun/ld128/k_expl.h >index 71924f16c8a4..86811dd8e089 100644 >--- a/lib/msun/ld128/k_expl.h >+++ b/lib/msun/ld128/k_expl.h >@@ -30,7 +30,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* > * ld128 version of k_expl.h. See ../ld80/s_expl.c for most comments. > * >diff --git a/lib/msun/ld128/k_sinl.c b/lib/msun/ld128/k_sinl.c >index 5874d0596235..f2b17ba0eeb3 100644 >--- a/lib/msun/ld128/k_sinl.c >+++ b/lib/msun/ld128/k_sinl.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld128 version of k_sin.c. See ../src/k_sin.c for most comments. > */ >diff --git a/lib/msun/ld128/k_tanl.c b/lib/msun/ld128/k_tanl.c >index 0846acfd3335..8aff0d1fc0d3 100644 >--- a/lib/msun/ld128/k_tanl.c >+++ b/lib/msun/ld128/k_tanl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld128 version of k_tan.c. See ../src/k_tan.c for most comments. > */ >diff --git a/lib/msun/ld128/s_cexpl.c b/lib/msun/ld128/s_cexpl.c >index 1e4141f162c5..9e3eebfa750e 100644 >--- a/lib/msun/ld128/s_cexpl.c >+++ b/lib/msun/ld128/s_cexpl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/ld128/s_erfl.c b/lib/msun/ld128/s_erfl.c >index 8a3c5d311df2..227c31fd096b 100644 >--- a/lib/msun/ld128/s_erfl.c >+++ b/lib/msun/ld128/s_erfl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See s_erf.c for complete comments. > * >diff --git a/lib/msun/ld128/s_exp2l.c b/lib/msun/ld128/s_exp2l.c >index 74ae8c2daad8..249cb4cb8bb0 100644 >--- a/lib/msun/ld128/s_exp2l.c >+++ b/lib/msun/ld128/s_exp2l.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <stdint.h> > >diff --git a/lib/msun/ld128/s_expl.c b/lib/msun/ld128/s_expl.c >index 6d6c22d917fe..e1358e2213a0 100644 >--- a/lib/msun/ld128/s_expl.c >+++ b/lib/msun/ld128/s_expl.c >@@ -28,7 +28,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* > * ld128 version of s_expl.c. See ../ld80/s_expl.c for most comments. > */ >diff --git a/lib/msun/ld128/s_logl.c b/lib/msun/ld128/s_logl.c >index 8961dd0c96db..4d32462e5653 100644 >--- a/lib/msun/ld128/s_logl.c >+++ b/lib/msun/ld128/s_logl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /** > * Implementation of the natural logarithm of x for 128-bit format. > * >diff --git a/lib/msun/ld80/e_lgammal_r.c b/lib/msun/ld80/e_lgammal_r.c >index 29459fd614d5..9f8b8f0f98bb 100644 >--- a/lib/msun/ld80/e_lgammal_r.c >+++ b/lib/msun/ld80/e_lgammal_r.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_lgamma_r.c for complete comments. > * >diff --git a/lib/msun/ld80/e_powl.c b/lib/msun/ld80/e_powl.c >index 2daf26aab93b..b028d3cb7ff2 100644 >--- a/lib/msun/ld80/e_powl.c >+++ b/lib/msun/ld80/e_powl.c >@@ -14,7 +14,6 @@ > * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "math_private.h" >@@ -114,7 +113,6 @@ __p1evll(long double x, long double *PP, int n) > * > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > >diff --git a/lib/msun/ld80/e_rem_pio2l.h b/lib/msun/ld80/e_rem_pio2l.h >index b32a5f1c7922..d0a4710bc4e2 100644 >--- a/lib/msun/ld80/e_rem_pio2l.h >+++ b/lib/msun/ld80/e_rem_pio2l.h >@@ -12,7 +12,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* ld80 version of __ieee754_rem_pio2l(x,y) > * > * return the remainder of x rem pi/2 in y[0]+y[1] >diff --git a/lib/msun/ld80/invtrig.c b/lib/msun/ld80/invtrig.c >index 0e2d49546391..76eb681454d3 100644 >--- a/lib/msun/ld80/invtrig.c >+++ b/lib/msun/ld80/invtrig.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include "invtrig.h" > > /* >diff --git a/lib/msun/ld80/k_cosl.c b/lib/msun/ld80/k_cosl.c >index 28848cc62e41..371c360aa2ce 100644 >--- a/lib/msun/ld80/k_cosl.c >+++ b/lib/msun/ld80/k_cosl.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld80 version of k_cos.c. See ../src/k_cos.c for most comments. > */ >diff --git a/lib/msun/ld80/k_expl.h b/lib/msun/ld80/k_expl.h >index 8c3617e4b177..fabf5a792205 100644 >--- a/lib/msun/ld80/k_expl.h >+++ b/lib/msun/ld80/k_expl.h >@@ -30,7 +30,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* > * See s_expl.c for more comments about __k_expl(). > * >diff --git a/lib/msun/ld80/k_sinl.c b/lib/msun/ld80/k_sinl.c >index c2910993556a..ffc00be23f1c 100644 >--- a/lib/msun/ld80/k_sinl.c >+++ b/lib/msun/ld80/k_sinl.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld80 version of k_sin.c. See ../src/k_sin.c for most comments. > */ >diff --git a/lib/msun/ld80/k_tanl.c b/lib/msun/ld80/k_tanl.c >index f86c6cc93c6a..b3a4d9e05255 100644 >--- a/lib/msun/ld80/k_tanl.c >+++ b/lib/msun/ld80/k_tanl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ld80 version of k_tan.c. See ../src/k_tan.c for most comments. > */ >diff --git a/lib/msun/ld80/s_cexpl.c b/lib/msun/ld80/s_cexpl.c >index 81a4d727561b..cbe9dcd64099 100644 >--- a/lib/msun/ld80/s_cexpl.c >+++ b/lib/msun/ld80/s_cexpl.c >@@ -28,7 +28,6 @@ > * src/s_cexp.c converted to long double complex by Steven G. Kargl > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #ifdef __i386__ >diff --git a/lib/msun/ld80/s_erfl.c b/lib/msun/ld80/s_erfl.c >index e33858b95115..047077ca4470 100644 >--- a/lib/msun/ld80/s_erfl.c >+++ b/lib/msun/ld80/s_erfl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See s_erf.c for complete comments. > * >diff --git a/lib/msun/ld80/s_exp2l.c b/lib/msun/ld80/s_exp2l.c >index 94aecf1843cd..9d979994ece8 100644 >--- a/lib/msun/ld80/s_exp2l.c >+++ b/lib/msun/ld80/s_exp2l.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <stdint.h> > >diff --git a/lib/msun/ld80/s_expl.c b/lib/msun/ld80/s_expl.c >index 065e02fae1b0..03d7b366151a 100644 >--- a/lib/msun/ld80/s_expl.c >+++ b/lib/msun/ld80/s_expl.c >@@ -28,7 +28,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /** > * Compute the exponential of x for Intel 80-bit format. This is based on: > * >diff --git a/lib/msun/ld80/s_logl.c b/lib/msun/ld80/s_logl.c >index 459374d7d164..2c5d1e2dd08f 100644 >--- a/lib/msun/ld80/s_logl.c >+++ b/lib/msun/ld80/s_logl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /** > * Implementation of the natural logarithm of x for Intel 80-bit format. > * >diff --git a/lib/msun/src/catrig.c b/lib/msun/src/catrig.c >index 929811a09a3b..45af164a66c5 100644 >--- a/lib/msun/src/catrig.c >+++ b/lib/msun/src/catrig.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > >diff --git a/lib/msun/src/catrigf.c b/lib/msun/src/catrigf.c >index 7feecfc5de38..da90629ec076 100644 >--- a/lib/msun/src/catrigf.c >+++ b/lib/msun/src/catrigf.c >@@ -40,7 +40,6 @@ > * a few comments on the right of declarations remain. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > >diff --git a/lib/msun/src/catrigl.c b/lib/msun/src/catrigl.c >index 7cc3c1431731..faf9d299670e 100644 >--- a/lib/msun/src/catrigl.c >+++ b/lib/msun/src/catrigl.c >@@ -39,7 +39,6 @@ > * a few comments on the right of declarations remain. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > >diff --git a/lib/msun/src/e_acos.c b/lib/msun/src/e_acos.c >index 75494529138a..af51fe1ecddc 100644 >--- a/lib/msun/src/e_acos.c >+++ b/lib/msun/src/e_acos.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* acos(x) > * Method : > * acos(x) = pi/2 - asin(x) >diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c >index 29f6d4a78495..42ba126d1baa 100644 >--- a/lib/msun/src/e_acosf.c >+++ b/lib/msun/src/e_acosf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_acosh.c b/lib/msun/src/e_acosh.c >index 36bac70a58f9..0e5640b623d9 100644 >--- a/lib/msun/src/e_acosh.c >+++ b/lib/msun/src/e_acosh.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* acosh(x) > * Method : > * Based on >diff --git a/lib/msun/src/e_acoshf.c b/lib/msun/src/e_acoshf.c >index df12609671cf..b6fbd2c14cb4 100644 >--- a/lib/msun/src/e_acoshf.c >+++ b/lib/msun/src/e_acoshf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_acoshl.c b/lib/msun/src/e_acoshl.c >index 72ee019899f9..6bfa6244df09 100644 >--- a/lib/msun/src/e_acoshl.c >+++ b/lib/msun/src/e_acoshl.c >@@ -12,7 +12,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* > * See e_acosh.c for complete comments. > * >diff --git a/lib/msun/src/e_acosl.c b/lib/msun/src/e_acosl.c >index 8781a98faffd..209814383e51 100644 >--- a/lib/msun/src/e_acosl.c >+++ b/lib/msun/src/e_acosl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See comments in e_acos.c. > * Converted to long double by David Schultz <das@FreeBSD.ORG>. >diff --git a/lib/msun/src/e_asin.c b/lib/msun/src/e_asin.c >index 72853652fe72..530bf7910756 100644 >--- a/lib/msun/src/e_asin.c >+++ b/lib/msun/src/e_asin.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* asin(x) > * Method : > * Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ... >diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c >index 391c15870f84..a2ee1a166f03 100644 >--- a/lib/msun/src/e_asinf.c >+++ b/lib/msun/src/e_asinf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_asinl.c b/lib/msun/src/e_asinl.c >index 2100c20e3896..bb2320e129e7 100644 >--- a/lib/msun/src/e_asinl.c >+++ b/lib/msun/src/e_asinl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See comments in e_asin.c. > * Converted to long double by David Schultz <das@FreeBSD.ORG>. >diff --git a/lib/msun/src/e_atan2.c b/lib/msun/src/e_atan2.c >index 42665f130ac7..ab5fc72dbabf 100644 >--- a/lib/msun/src/e_atan2.c >+++ b/lib/msun/src/e_atan2.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* atan2(y,x) > * Method : > * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x). >diff --git a/lib/msun/src/e_atan2f.c b/lib/msun/src/e_atan2f.c >index af8c00851476..408f3646f612 100644 >--- a/lib/msun/src/e_atan2f.c >+++ b/lib/msun/src/e_atan2f.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_atan2l.c b/lib/msun/src/e_atan2l.c >index 8266bda19de3..a27fd3efc141 100644 >--- a/lib/msun/src/e_atan2l.c >+++ b/lib/msun/src/e_atan2l.c >@@ -12,7 +12,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* > * See comments in e_atan2.c. > * Converted to long double by David Schultz <das@FreeBSD.ORG>. >diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c >index 27e2bfc5f0d0..0cc0b9248b6b 100644 >--- a/lib/msun/src/e_atanh.c >+++ b/lib/msun/src/e_atanh.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* atanh(x) > * Method : > * 1.Reduced x to positive by atanh(-x) = -atanh(x) >diff --git a/lib/msun/src/e_atanhf.c b/lib/msun/src/e_atanhf.c >index 134513e5b817..a2d6b69a6812 100644 >--- a/lib/msun/src/e_atanhf.c >+++ b/lib/msun/src/e_atanhf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_atanhl.c b/lib/msun/src/e_atanhl.c >index 0574a3c82369..cb707272a66c 100644 >--- a/lib/msun/src/e_atanhl.c >+++ b/lib/msun/src/e_atanhl.c >@@ -12,7 +12,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* > * See e_atanh.c for complete comments. > * >diff --git a/lib/msun/src/e_cosh.c b/lib/msun/src/e_cosh.c >index 636fe05faa71..5c3614efbf47 100644 >--- a/lib/msun/src/e_cosh.c >+++ b/lib/msun/src/e_cosh.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* cosh(x) > * Method : > * mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2 >diff --git a/lib/msun/src/e_coshf.c b/lib/msun/src/e_coshf.c >index 8c5457e24a51..40443b8b84d3 100644 >--- a/lib/msun/src/e_coshf.c >+++ b/lib/msun/src/e_coshf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_coshl.c b/lib/msun/src/e_coshl.c >index de54b8183bbb..efb5094d39f9 100644 >--- a/lib/msun/src/e_coshl.c >+++ b/lib/msun/src/e_coshl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_cosh.c for complete comments. > * >diff --git a/lib/msun/src/e_exp.c b/lib/msun/src/e_exp.c >index a872c1d4d800..6401556a44e4 100644 >--- a/lib/msun/src/e_exp.c >+++ b/lib/msun/src/e_exp.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* exp(x) > * Returns the exponential of x. > * >diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c >index 2dbce9dd870d..fe2e6779469f 100644 >--- a/lib/msun/src/e_expf.c >+++ b/lib/msun/src/e_expf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/e_fmod.c b/lib/msun/src/e_fmod.c >index 4639d52e1cbb..77afd116c658 100644 >--- a/lib/msun/src/e_fmod.c >+++ b/lib/msun/src/e_fmod.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * fmod(x,y) > * Return x mod y in exact arithmetic >diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c >index 0e6633fbe739..a7d1a0c22acd 100644 >--- a/lib/msun/src/e_fmodf.c >+++ b/lib/msun/src/e_fmodf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * fmodf(x,y) > * Return x mod y in exact arithmetic >diff --git a/lib/msun/src/e_fmodl.c b/lib/msun/src/e_fmodl.c >index 96967b628aa6..d5997e1f4e47 100644 >--- a/lib/msun/src/e_fmodl.c >+++ b/lib/msun/src/e_fmodl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <stdint.h> > >diff --git a/lib/msun/src/e_gamma.c b/lib/msun/src/e_gamma.c >index e69c7fe40e2e..43541ad935bd 100644 >--- a/lib/msun/src/e_gamma.c >+++ b/lib/msun/src/e_gamma.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* gamma(x) > * Return the logarithm of the Gamma function of x. > * >diff --git a/lib/msun/src/e_gamma_r.c b/lib/msun/src/e_gamma_r.c >index 1c83ce658c8a..f317ae435cdc 100644 >--- a/lib/msun/src/e_gamma_r.c >+++ b/lib/msun/src/e_gamma_r.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* gamma_r(x, signgamp) > * Reentrant version of the logarithm of the Gamma function > * with user provide pointer for the sign of Gamma(x). >diff --git a/lib/msun/src/e_gammaf.c b/lib/msun/src/e_gammaf.c >index 3afef79de53a..98da5711e811 100644 >--- a/lib/msun/src/e_gammaf.c >+++ b/lib/msun/src/e_gammaf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* gammaf(x) > * Return the logarithm of the Gamma function of x. > * >diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c >index 5b3bd535aa42..ae80c1bae2cc 100644 >--- a/lib/msun/src/e_gammaf_r.c >+++ b/lib/msun/src/e_gammaf_r.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* gammaf_r(x, signgamp) > * Reentrant version of the logarithm of the Gamma function > * with user provide pointer for the sign of Gamma(x). >diff --git a/lib/msun/src/e_hypot.c b/lib/msun/src/e_hypot.c >index d33b14f643e6..a291af575521 100644 >--- a/lib/msun/src/e_hypot.c >+++ b/lib/msun/src/e_hypot.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* hypot(x,y) > * > * Method : >diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c >index c976fd33014d..e45486ee912f 100644 >--- a/lib/msun/src/e_hypotf.c >+++ b/lib/msun/src/e_hypotf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_hypotl.c b/lib/msun/src/e_hypotl.c >index 89988dc0b584..d8e060a66184 100644 >--- a/lib/msun/src/e_hypotl.c >+++ b/lib/msun/src/e_hypotl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* long double version of hypot(). See e_hypot.c for most comments. */ > > #include <float.h> >diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c >index 8e251110189f..b19661c82534 100644 >--- a/lib/msun/src/e_j0.c >+++ b/lib/msun/src/e_j0.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* j0(x), y0(x) > * Bessel function of the first and second kinds of order zero. > * Method -- j0(x): >diff --git a/lib/msun/src/e_j0f.c b/lib/msun/src/e_j0f.c >index 1cb318d80851..de04a9fadf6b 100644 >--- a/lib/msun/src/e_j0f.c >+++ b/lib/msun/src/e_j0f.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_j0.c for complete comments. > */ >diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c >index f6cad120a378..06a74b0673c3 100644 >--- a/lib/msun/src/e_j1.c >+++ b/lib/msun/src/e_j1.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* j1(x), y1(x) > * Bessel function of the first and second kinds of order zero. > * Method -- j1(x): >diff --git a/lib/msun/src/e_j1f.c b/lib/msun/src/e_j1f.c >index c022557c4d6b..28cee8e37479 100644 >--- a/lib/msun/src/e_j1f.c >+++ b/lib/msun/src/e_j1f.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_j1.c for complete comments. > */ >diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c >index a93aee0b292f..0a715661faf4 100644 >--- a/lib/msun/src/e_jn.c >+++ b/lib/msun/src/e_jn.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * jn(n, x), yn(n, x) > * floating point Bessel's function of the 1st and 2nd kind >diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c >index 2eadaa1cc07b..b55eaf56679a 100644 >--- a/lib/msun/src/e_jnf.c >+++ b/lib/msun/src/e_jnf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_jn.c for complete comments. > */ >diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c >index 32380ea39f89..46e7c25b19c7 100644 >--- a/lib/msun/src/e_lgamma.c >+++ b/lib/msun/src/e_lgamma.c >@@ -11,7 +11,6 @@ > * > */ > >-#include <sys/cdefs.h> > /* lgamma(x) > * Return the logarithm of the Gamma function of x. > * >diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c >index a5e64d0657c1..30edd65d9354 100644 >--- a/lib/msun/src/e_lgamma_r.c >+++ b/lib/msun/src/e_lgamma_r.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* lgamma_r(x, signgamp) > * Reentrant version of the logarithm of the Gamma function > * with user provide pointer for the sign of Gamma(x). >diff --git a/lib/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c >index b3073557c92d..cc34e440e398 100644 >--- a/lib/msun/src/e_lgammaf.c >+++ b/lib/msun/src/e_lgammaf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* lgammaf(x) > * Return the logarithm of the Gamma function of x. > * >diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c >index 86f554f3bd38..3f863ce77a51 100644 >--- a/lib/msun/src/e_lgammaf_r.c >+++ b/lib/msun/src/e_lgammaf_r.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_lgammal.c b/lib/msun/src/e_lgammal.c >index aa674e811d07..51e3216a8220 100644 >--- a/lib/msun/src/e_lgammal.c >+++ b/lib/msun/src/e_lgammal.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c >index 8651fc40fbbf..48b6e71d8ae5 100644 >--- a/lib/msun/src/e_log.c >+++ b/lib/msun/src/e_log.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* log(x) > * Return the logrithm of x > * >diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c >index 4bc7c2f52b89..3647fb08f873 100644 >--- a/lib/msun/src/e_log10.c >+++ b/lib/msun/src/e_log10.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * Return the base 10 logarithm of x. See e_log.c and k_log.h for most > * comments. >diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c >index f240d14fca27..ee01d6f5b75b 100644 >--- a/lib/msun/src/e_log10f.c >+++ b/lib/msun/src/e_log10f.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * Float version of e_log10.c. See the latter for most comments. > */ >diff --git a/lib/msun/src/e_log2.c b/lib/msun/src/e_log2.c >index 550e16a8fdb6..54be1b847381 100644 >--- a/lib/msun/src/e_log2.c >+++ b/lib/msun/src/e_log2.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * Return the base 2 logarithm of x. See e_log.c and k_log.h for most > * comments. >diff --git a/lib/msun/src/e_log2f.c b/lib/msun/src/e_log2f.c >index 7c1b5c032bdc..52fa411bae8e 100644 >--- a/lib/msun/src/e_log2f.c >+++ b/lib/msun/src/e_log2f.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * Float version of e_log2.c. See the latter for most comments. > */ >diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c >index 2bbdd068591c..aad9db3a496c 100644 >--- a/lib/msun/src/e_logf.c >+++ b/lib/msun/src/e_logf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_pow.c b/lib/msun/src/e_pow.c >index 43650182ffb3..85afacdbb6a2 100644 >--- a/lib/msun/src/e_pow.c >+++ b/lib/msun/src/e_pow.c >@@ -8,7 +8,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* pow(x,y) return x**y > * > * n >diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c >index ff872ab46327..2e7c37542a77 100644 >--- a/lib/msun/src/e_powf.c >+++ b/lib/msun/src/e_powf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_rem_pio2.c b/lib/msun/src/e_rem_pio2.c >index 1ffea7dcf786..76ae8050d36b 100644 >--- a/lib/msun/src/e_rem_pio2.c >+++ b/lib/msun/src/e_rem_pio2.c >@@ -12,7 +12,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > /* __ieee754_rem_pio2(x,y) > * > * return the remainder of x rem pi/2 in y[0]+y[1] >diff --git a/lib/msun/src/e_rem_pio2f.c b/lib/msun/src/e_rem_pio2f.c >index 26f6bc85791b..744060f18010 100644 >--- a/lib/msun/src/e_rem_pio2f.c >+++ b/lib/msun/src/e_rem_pio2f.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* __ieee754_rem_pio2f(x,y) > * > * return the remainder of x rem pi/2 in *y >diff --git a/lib/msun/src/e_remainder.c b/lib/msun/src/e_remainder.c >index 5b961b482b56..a5fb7141d01a 100644 >--- a/lib/msun/src/e_remainder.c >+++ b/lib/msun/src/e_remainder.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* remainder(x,p) > * Return : > * returns x REM p = x - [x/p]*p as if in infinite >diff --git a/lib/msun/src/e_remainderf.c b/lib/msun/src/e_remainderf.c >index 053ae45c4a10..4a6ff6345fcd 100644 >--- a/lib/msun/src/e_remainderf.c >+++ b/lib/msun/src/e_remainderf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_remainderl.c b/lib/msun/src/e_remainderl.c >index 4606cf874d75..7a681cdb1289 100644 >--- a/lib/msun/src/e_remainderl.c >+++ b/lib/msun/src/e_remainderl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > long double >diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c >index fd19fc246591..28d2ae6ff477 100644 >--- a/lib/msun/src/e_scalb.c >+++ b/lib/msun/src/e_scalb.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * scalb(x, fn) is provide for > * passing various standard test suite. One >diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c >index ca94a9fb1634..557a5a007053 100644 >--- a/lib/msun/src/e_scalbf.c >+++ b/lib/msun/src/e_scalbf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c >index 430e66b271bc..5eec75e943e3 100644 >--- a/lib/msun/src/e_sinh.c >+++ b/lib/msun/src/e_sinh.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* sinh(x) > * Method : > * mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2 >diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c >index 7aa177b69f11..e9fe7320d449 100644 >--- a/lib/msun/src/e_sinhf.c >+++ b/lib/msun/src/e_sinhf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/e_sinhl.c b/lib/msun/src/e_sinhl.c >index 121bace1d6c1..cf481b2abd96 100644 >--- a/lib/msun/src/e_sinhl.c >+++ b/lib/msun/src/e_sinhl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See e_sinh.c for complete comments. > * >diff --git a/lib/msun/src/e_sqrt.c b/lib/msun/src/e_sqrt.c >index 1af7db070614..97b778b980be 100644 >--- a/lib/msun/src/e_sqrt.c >+++ b/lib/msun/src/e_sqrt.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/e_sqrtl.c b/lib/msun/src/e_sqrtl.c >index beb4e7a9c948..a785536ea7e2 100644 >--- a/lib/msun/src/e_sqrtl.c >+++ b/lib/msun/src/e_sqrtl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > #include <float.h> > >diff --git a/lib/msun/src/k_cos.c b/lib/msun/src/k_cos.c >index 45ef50191ed9..2eb5e040c6c9 100644 >--- a/lib/msun/src/k_cos.c >+++ b/lib/msun/src/k_cos.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * __kernel_cos( x, y ) > * kernel cos function on [-pi/4, pi/4], pi/4 ~ 0.785398164 >diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c >index a93011b52c0d..934c1c7a785e 100644 >--- a/lib/msun/src/k_cosf.c >+++ b/lib/msun/src/k_cosf.c >@@ -14,10 +14,6 @@ > * ==================================================== > */ > >-#ifndef INLINE_KERNEL_COSDF >-#include <sys/cdefs.h> >-#endif >- > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/k_exp.c b/lib/msun/src/k_exp.c >index ce8e3591827a..383616d64d55 100644 >--- a/lib/msun/src/k_exp.c >+++ b/lib/msun/src/k_exp.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > > #include "math.h" >diff --git a/lib/msun/src/k_expf.c b/lib/msun/src/k_expf.c >index 61478214e736..2af0c6dd3543 100644 >--- a/lib/msun/src/k_expf.c >+++ b/lib/msun/src/k_expf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > > #include "math.h" >diff --git a/lib/msun/src/k_log.h b/lib/msun/src/k_log.h >index 81ce7cb8f1c3..da8f00802054 100644 >--- a/lib/msun/src/k_log.h >+++ b/lib/msun/src/k_log.h >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * k_log1p(f): > * Return log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)]. >diff --git a/lib/msun/src/k_logf.h b/lib/msun/src/k_logf.h >index 3f637cd6a9ec..72b675143d26 100644 >--- a/lib/msun/src/k_logf.h >+++ b/lib/msun/src/k_logf.h >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * Float version of k_log.h. See the latter for most comments. > */ >diff --git a/lib/msun/src/k_rem_pio2.c b/lib/msun/src/k_rem_pio2.c >index 59894a369e2f..3d49d14db19d 100644 >--- a/lib/msun/src/k_rem_pio2.c >+++ b/lib/msun/src/k_rem_pio2.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * __kernel_rem_pio2(x,y,e0,nx,prec) > * double x[],y[]; int e0,nx,prec; >diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c >index 2790d895371f..5b97d86e1cf3 100644 >--- a/lib/msun/src/k_sin.c >+++ b/lib/msun/src/k_sin.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* __kernel_sin( x, y, iy) > * kernel sin function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854 > * Input x is assumed to be bounded by ~pi/4 in magnitude. >diff --git a/lib/msun/src/k_sincos.h b/lib/msun/src/k_sincos.h >index a29a57c06342..796e72af89e5 100644 >--- a/lib/msun/src/k_sincos.h >+++ b/lib/msun/src/k_sincos.h >@@ -11,7 +11,6 @@ > * k_sin.c and k_cos.c merged by Steven G. Kargl. > */ > >-#include <sys/cdefs.h> > static const double > S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ > S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ >diff --git a/lib/msun/src/k_sincosf.h b/lib/msun/src/k_sincosf.h >index 01f5d48b23ee..f031016b79d0 100644 >--- a/lib/msun/src/k_sincosf.h >+++ b/lib/msun/src/k_sincosf.h >@@ -11,7 +11,6 @@ > * k_sinf.c and k_cosf.c merged by Steven G. Kargl. > */ > >-#include <sys/cdefs.h> > /* |sin(x)/x - s(x)| < 2**-37.5 (~[-4.89e-12, 4.824e-12]). */ > static const double > S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ >diff --git a/lib/msun/src/k_sincosl.h b/lib/msun/src/k_sincosl.h >index 918d49f54f54..cf8536c8e27e 100644 >--- a/lib/msun/src/k_sincosl.h >+++ b/lib/msun/src/k_sincosl.h >@@ -12,7 +12,6 @@ > * k_sinl.c and k_cosl.c merged by Steven G. Kargl > */ > >-#include <sys/cdefs.h> > #if LDBL_MANT_DIG == 64 /* ld80 version of k_sincosl.c. */ > > #if defined(__amd64__) || defined(__i386__) >diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c >index ef547e36bf50..ebebd9663b10 100644 >--- a/lib/msun/src/k_sinf.c >+++ b/lib/msun/src/k_sinf.c >@@ -14,10 +14,6 @@ > * ==================================================== > */ > >-#ifndef INLINE_KERNEL_SINDF >-#include <sys/cdefs.h> >-#endif >- > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c >index 6afa20aa5414..92f30a6a6adf 100644 >--- a/lib/msun/src/k_tan.c >+++ b/lib/msun/src/k_tan.c >@@ -8,8 +8,6 @@ > * ==================================================== > */ > >-/* INDENT OFF */ >-#include <sys/cdefs.h> > /* __kernel_tan( x, y, k ) > * kernel tan function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854 > * Input x is assumed to be bounded by ~pi/4 in magnitude. >diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c >index 6ab7be71e323..83bfad9bbb9a 100644 >--- a/lib/msun/src/k_tanf.c >+++ b/lib/msun/src/k_tanf.c >@@ -13,10 +13,6 @@ > * ==================================================== > */ > >-#ifndef INLINE_KERNEL_TANDF >-#include <sys/cdefs.h> >-#endif >- > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h >index a0138e580062..0e09fca72ea3 100644 >--- a/lib/msun/src/math.h >+++ b/lib/msun/src/math.h >@@ -15,7 +15,6 @@ > #ifndef _MATH_H_ > #define _MATH_H_ > >-#include <sys/cdefs.h> > #include <sys/_types.h> > #include <machine/_limits.h> > >diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c >index a0b94ab651f3..daebf2145960 100644 >--- a/lib/msun/src/s_asinh.c >+++ b/lib/msun/src/s_asinh.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* asinh(x) > * Method : > * Based on >diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c >index 822b0187ad09..4e622d5f6242 100644 >--- a/lib/msun/src/s_asinhf.c >+++ b/lib/msun/src/s_asinhf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_asinhl.c b/lib/msun/src/s_asinhl.c >index 1e4600552201..b939fae8fbef 100644 >--- a/lib/msun/src/s_asinhl.c >+++ b/lib/msun/src/s_asinhl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See s_asinh.c for complete comments. > * >diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c >index 410f786164e2..bff8b5cad9d0 100644 >--- a/lib/msun/src/s_atan.c >+++ b/lib/msun/src/s_atan.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* atan(x) > * Method > * 1. Reduce x to positive by atan(x) = -atan(-x). >diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c >index 30666fe0b66a..2c38014ac6c8 100644 >--- a/lib/msun/src/s_atanf.c >+++ b/lib/msun/src/s_atanf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_atanl.c b/lib/msun/src/s_atanl.c >index 69c1f30f2a6d..d9e617455499 100644 >--- a/lib/msun/src/s_atanl.c >+++ b/lib/msun/src/s_atanl.c >@@ -10,7 +10,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See comments in s_atan.c. > * Converted to long double by David Schultz <das@FreeBSD.ORG>. >diff --git a/lib/msun/src/s_carg.c b/lib/msun/src/s_carg.c >index 45714bbdb18a..ea7edfdf0835 100644 >--- a/lib/msun/src/s_carg.c >+++ b/lib/msun/src/s_carg.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_cargf.c b/lib/msun/src/s_cargf.c >index c4d53006b542..25ab65ef7f9f 100644 >--- a/lib/msun/src/s_cargf.c >+++ b/lib/msun/src/s_cargf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_cargl.c b/lib/msun/src/s_cargl.c >index d7f8206e9608..8a1a108705d4 100644 >--- a/lib/msun/src/s_cargl.c >+++ b/lib/msun/src/s_cargl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c >index 1ca4c7d469e6..6bf84243adcd 100644 >--- a/lib/msun/src/s_cbrt.c >+++ b/lib/msun/src/s_cbrt.c >@@ -11,7 +11,6 @@ > * Optimized by Bruce D. Evans. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include "math.h" > #include "math_private.h" >diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c >index f013e1f1eb6f..a225d3edb982 100644 >--- a/lib/msun/src/s_cbrtf.c >+++ b/lib/msun/src/s_cbrtf.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_cbrtl.c b/lib/msun/src/s_cbrtl.c >index 3ed939cccf92..f1950e2d4cef 100644 >--- a/lib/msun/src/s_cbrtl.c >+++ b/lib/msun/src/s_cbrtl.c >@@ -14,7 +14,6 @@ > * and David A. Schultz. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #ifdef __i386__ > #include <ieeefp.h> >diff --git a/lib/msun/src/s_ccosh.c b/lib/msun/src/s_ccosh.c >index 95ed3a32ddd7..3d46c993c6f1 100644 >--- a/lib/msun/src/s_ccosh.c >+++ b/lib/msun/src/s_ccosh.c >@@ -38,7 +38,6 @@ > * must satisfy both cosh(conj(z)) == conj(cosh(z)) and cosh(-z) == cosh(z). > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_ccoshf.c b/lib/msun/src/s_ccoshf.c >index ba97a390c832..aeb2dec23677 100644 >--- a/lib/msun/src/s_ccoshf.c >+++ b/lib/msun/src/s_ccoshf.c >@@ -30,7 +30,6 @@ > * Float version of ccosh(). See s_ccosh.c for details. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_ceil.c b/lib/msun/src/s_ceil.c >index e512b634ce7f..e6699bcb52d0 100644 >--- a/lib/msun/src/s_ceil.c >+++ b/lib/msun/src/s_ceil.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ceil(x) > * Return x rounded toward -inf to integral value >diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c >index 3cb0e11688bf..cc19afa9dd96 100644 >--- a/lib/msun/src/s_ceilf.c >+++ b/lib/msun/src/s_ceilf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_ceill.c b/lib/msun/src/s_ceill.c >index a8a9c444847c..ded36c1ebe1b 100644 >--- a/lib/msun/src/s_ceill.c >+++ b/lib/msun/src/s_ceill.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * ceill(x) > * Return x rounded toward -inf to integral value >diff --git a/lib/msun/src/s_cexp.c b/lib/msun/src/s_cexp.c >index 056d273f6932..0151768473c7 100644 >--- a/lib/msun/src/s_cexp.c >+++ b/lib/msun/src/s_cexp.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_cexpf.c b/lib/msun/src/s_cexpf.c >index 872e9253daa5..a6c0c995cf5e 100644 >--- a/lib/msun/src/s_cexpf.c >+++ b/lib/msun/src/s_cexpf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_clog.c b/lib/msun/src/s_clog.c >index e51ff5230e45..2129890f43de 100644 >--- a/lib/msun/src/s_clog.c >+++ b/lib/msun/src/s_clog.c >@@ -24,7 +24,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > >diff --git a/lib/msun/src/s_clogf.c b/lib/msun/src/s_clogf.c >index 761f91b12efa..2204e1e59bb6 100644 >--- a/lib/msun/src/s_clogf.c >+++ b/lib/msun/src/s_clogf.c >@@ -24,7 +24,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > >diff --git a/lib/msun/src/s_clogl.c b/lib/msun/src/s_clogl.c >index 78244961df5c..075bdb49f851 100644 >--- a/lib/msun/src/s_clogl.c >+++ b/lib/msun/src/s_clogl.c >@@ -24,7 +24,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #ifdef __i386__ >diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c >index 74e087f82727..8d913a37a6d7 100644 >--- a/lib/msun/src/s_copysign.c >+++ b/lib/msun/src/s_copysign.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * copysign(double x, double y) > * copysign(x,y) returns a value with the magnitude of x and >diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c >index a35b07ccbb5b..68964e509b6c 100644 >--- a/lib/msun/src/s_copysignf.c >+++ b/lib/msun/src/s_copysignf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * copysignf(float x, float y) > * copysignf(x,y) returns a value with the magnitude of x and >diff --git a/lib/msun/src/s_cos.c b/lib/msun/src/s_cos.c >index 22b0b8808545..44ecad9394f7 100644 >--- a/lib/msun/src/s_cos.c >+++ b/lib/msun/src/s_cos.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* cos(x) > * Return cosine function of x. > * >diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c >index a0ba8598f7e6..6fc53f7b874f 100644 >--- a/lib/msun/src/s_cosf.c >+++ b/lib/msun/src/s_cosf.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_cosl.c b/lib/msun/src/s_cosl.c >index 00c24ce13d12..32fc8b26a206 100644 >--- a/lib/msun/src/s_cosl.c >+++ b/lib/msun/src/s_cosl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /* > * Limited testing on pseudorandom numbers drawn within [-2e8:4e8] shows > * an accuracy of <= 0.7412 ULP. >diff --git a/lib/msun/src/s_cpow.c b/lib/msun/src/s_cpow.c >index 735d38956380..b887db51aa2a 100644 >--- a/lib/msun/src/s_cpow.c >+++ b/lib/msun/src/s_cpow.c >@@ -43,7 +43,6 @@ > * > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_cpowf.c b/lib/msun/src/s_cpowf.c >index aefcd7619de1..144291079f97 100644 >--- a/lib/msun/src/s_cpowf.c >+++ b/lib/msun/src/s_cpowf.c >@@ -43,7 +43,6 @@ > * > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > #include "math_private.h" >diff --git a/lib/msun/src/s_cpowl.c b/lib/msun/src/s_cpowl.c >index 342dfcff8481..39797cadcfcb 100644 >--- a/lib/msun/src/s_cpowl.c >+++ b/lib/msun/src/s_cpowl.c >@@ -43,7 +43,6 @@ > * > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > #include "math_private.h" >diff --git a/lib/msun/src/s_cproj.c b/lib/msun/src/s_cproj.c >index 75cb083baf17..9eebb450ae11 100644 >--- a/lib/msun/src/s_cproj.c >+++ b/lib/msun/src/s_cproj.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_cprojf.c b/lib/msun/src/s_cprojf.c >index aadc5ef35cbd..13d90ba6fb5e 100644 >--- a/lib/msun/src/s_cprojf.c >+++ b/lib/msun/src/s_cprojf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_cprojl.c b/lib/msun/src/s_cprojl.c >index 78e3e9a6fdca..083b5fa1c8f3 100644 >--- a/lib/msun/src/s_cprojl.c >+++ b/lib/msun/src/s_cprojl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_csinh.c b/lib/msun/src/s_csinh.c >index 1bd78b1e49bf..e7ed10e7d885 100644 >--- a/lib/msun/src/s_csinh.c >+++ b/lib/msun/src/s_csinh.c >@@ -38,7 +38,6 @@ > * must satisfy both sinh(conj(z)) == conj(sinh(z)) and sinh(-z) == -sinh(z). > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_csinhf.c b/lib/msun/src/s_csinhf.c >index b1f333955e53..c4392755c482 100644 >--- a/lib/msun/src/s_csinhf.c >+++ b/lib/msun/src/s_csinhf.c >@@ -30,7 +30,6 @@ > * Float version of csinh(). See s_csinh.c for details. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_csqrt.c b/lib/msun/src/s_csqrt.c >index afac4db17b61..c40b5a6de907 100644 >--- a/lib/msun/src/s_csqrt.c >+++ b/lib/msun/src/s_csqrt.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_csqrtf.c b/lib/msun/src/s_csqrtf.c >index ece9f6c13657..b57245166078 100644 >--- a/lib/msun/src/s_csqrtf.c >+++ b/lib/msun/src/s_csqrtf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_csqrtl.c b/lib/msun/src/s_csqrtl.c >index b0fc37c902f1..0f375f3c2349 100644 >--- a/lib/msun/src/s_csqrtl.c >+++ b/lib/msun/src/s_csqrtl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_ctanh.c b/lib/msun/src/s_ctanh.c >index 33186510a8a3..690436343437 100644 >--- a/lib/msun/src/s_ctanh.c >+++ b/lib/msun/src/s_ctanh.c >@@ -65,7 +65,6 @@ > * precision. I also handle large x differently. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_ctanhf.c b/lib/msun/src/s_ctanhf.c >index c2fb2f8618f6..551e143a3d27 100644 >--- a/lib/msun/src/s_ctanhf.c >+++ b/lib/msun/src/s_ctanhf.c >@@ -30,7 +30,6 @@ > * Hyperbolic tangent of a complex argument z. See s_ctanh.c for details. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c >index eda12ed11e64..a9de12274b50 100644 >--- a/lib/msun/src/s_erf.c >+++ b/lib/msun/src/s_erf.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* double erf(double x) > * double erfc(double x) > * x >diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c >index bf011b312bfb..6c8f4060c802 100644 >--- a/lib/msun/src/s_erff.c >+++ b/lib/msun/src/s_erff.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_exp2.c b/lib/msun/src/s_exp2.c >index 5bf9d65975e0..338312f0de97 100644 >--- a/lib/msun/src/s_exp2.c >+++ b/lib/msun/src/s_exp2.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_exp2f.c b/lib/msun/src/s_exp2f.c >index f94cfaf9ce96..85edd611944e 100644 >--- a/lib/msun/src/s_exp2f.c >+++ b/lib/msun/src/s_exp2f.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c >index f0b37ba1dd2b..cdc225e8c001 100644 >--- a/lib/msun/src/s_expm1.c >+++ b/lib/msun/src/s_expm1.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* expm1(x) > * Returns exp(x)-1, the exponential of x minus 1. > * >diff --git a/lib/msun/src/s_expm1f.c b/lib/msun/src/s_expm1f.c >index 831c0caa6db8..6887bf265272 100644 >--- a/lib/msun/src/s_expm1f.c >+++ b/lib/msun/src/s_expm1f.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c >index 59c1b40bbc62..1f1ce64a8a1c 100644 >--- a/lib/msun/src/s_fabs.c >+++ b/lib/msun/src/s_fabs.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * fabs(x) returns the absolute value of x. > */ >diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c >index 501676253385..66d09534dbc5 100644 >--- a/lib/msun/src/s_fabsf.c >+++ b/lib/msun/src/s_fabsf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * fabsf(x) returns the absolute value of x. > */ >diff --git a/lib/msun/src/s_fdim.c b/lib/msun/src/s_fdim.c >index 580ab4605f92..4f56ee4b3482 100644 >--- a/lib/msun/src/s_fdim.c >+++ b/lib/msun/src/s_fdim.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #define DECL(type, fn) \ >diff --git a/lib/msun/src/s_finite.c b/lib/msun/src/s_finite.c >index ccc597ffbfe3..a3fd5994c100 100644 >--- a/lib/msun/src/s_finite.c >+++ b/lib/msun/src/s_finite.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * finite(x) returns 1 is x is finite, else 0; > * no branching! >diff --git a/lib/msun/src/s_finitef.c b/lib/msun/src/s_finitef.c >index 94e527257c06..9a4a876a791f 100644 >--- a/lib/msun/src/s_finitef.c >+++ b/lib/msun/src/s_finitef.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * finitef(x) returns 1 is x is finite, else 0; > * no branching! >diff --git a/lib/msun/src/s_floor.c b/lib/msun/src/s_floor.c >index 5d5deaabd54e..7ca65b1ebfb7 100644 >--- a/lib/msun/src/s_floor.c >+++ b/lib/msun/src/s_floor.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * floor(x) > * Return x rounded toward -inf to integral value >diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c >index 145a50321046..d49715781428 100644 >--- a/lib/msun/src/s_floorf.c >+++ b/lib/msun/src/s_floorf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * floorf(x) > * Return x rounded toward -inf to integral value >diff --git a/lib/msun/src/s_floorl.c b/lib/msun/src/s_floorl.c >index 9120fa958f70..3b54cabe7237 100644 >--- a/lib/msun/src/s_floorl.c >+++ b/lib/msun/src/s_floorl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * floorl(x) > * Return x rounded toward -inf to integral value >diff --git a/lib/msun/src/s_fma.c b/lib/msun/src/s_fma.c >index 0788bb2d47e8..b8a342646d85 100644 >--- a/lib/msun/src/s_fma.c >+++ b/lib/msun/src/s_fma.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_fmaf.c b/lib/msun/src/s_fmaf.c >index c433f523fe08..5f3d5d1b1b99 100644 >--- a/lib/msun/src/s_fmaf.c >+++ b/lib/msun/src/s_fmaf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > > #include "math.h" >diff --git a/lib/msun/src/s_fmal.c b/lib/msun/src/s_fmal.c >index 0d5e2c0bc98f..3d333632127c 100644 >--- a/lib/msun/src/s_fmal.c >+++ b/lib/msun/src/s_fmal.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/s_fmax.c b/lib/msun/src/s_fmax.c >index aca4e0585cdd..5d437fcefc9b 100644 >--- a/lib/msun/src/s_fmax.c >+++ b/lib/msun/src/s_fmax.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > >diff --git a/lib/msun/src/s_fmaxf.c b/lib/msun/src/s_fmaxf.c >index 8684fb6bb68c..1572572e43a6 100644 >--- a/lib/msun/src/s_fmaxf.c >+++ b/lib/msun/src/s_fmaxf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "fpmath.h" >diff --git a/lib/msun/src/s_fmaxl.c b/lib/msun/src/s_fmaxl.c >index d0c1a806bdaf..73e2a4bb19fd 100644 >--- a/lib/msun/src/s_fmaxl.c >+++ b/lib/msun/src/s_fmaxl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "fpmath.h" >diff --git a/lib/msun/src/s_fmin.c b/lib/msun/src/s_fmin.c >index aa67d161ec34..a349e5ddaf0e 100644 >--- a/lib/msun/src/s_fmin.c >+++ b/lib/msun/src/s_fmin.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > >diff --git a/lib/msun/src/s_fminf.c b/lib/msun/src/s_fminf.c >index 01e52d9becdc..5c2537e32d25 100644 >--- a/lib/msun/src/s_fminf.c >+++ b/lib/msun/src/s_fminf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "fpmath.h" >diff --git a/lib/msun/src/s_fminl.c b/lib/msun/src/s_fminl.c >index f79a08d6c774..7ac17e313440 100644 >--- a/lib/msun/src/s_fminl.c >+++ b/lib/msun/src/s_fminl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #include "fpmath.h" >diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c >index 32a2ac535ed8..90aea67e06e3 100644 >--- a/lib/msun/src/s_frexp.c >+++ b/lib/msun/src/s_frexp.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * for non-zero x > * x = frexp(arg,&exp); >diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c >index 6b39e6ff8b2b..bca27b5147d8 100644 >--- a/lib/msun/src/s_frexpf.c >+++ b/lib/msun/src/s_frexpf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_ilogb.c b/lib/msun/src/s_ilogb.c >index d66bcc34c401..27e0bbb8735b 100644 >--- a/lib/msun/src/s_ilogb.c >+++ b/lib/msun/src/s_ilogb.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* ilogb(double x) > * return the binary exponent of non-zero x > * ilogb(0) = FP_ILOGB0 >diff --git a/lib/msun/src/s_ilogbf.c b/lib/msun/src/s_ilogbf.c >index ff3df1fc5b90..e0f8fee26ac8 100644 >--- a/lib/msun/src/s_ilogbf.c >+++ b/lib/msun/src/s_ilogbf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <limits.h> > > #include "math.h" >diff --git a/lib/msun/src/s_ilogbl.c b/lib/msun/src/s_ilogbl.c >index 92819420bc27..4d8fb8fa3cde 100644 >--- a/lib/msun/src/s_ilogbl.c >+++ b/lib/msun/src/s_ilogbl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <limits.h> > #include <math.h> >diff --git a/lib/msun/src/s_llrint.c b/lib/msun/src/s_llrint.c >index 460c4a07d5e3..5e2760381b8c 100644 >--- a/lib/msun/src/s_llrint.c >+++ b/lib/msun/src/s_llrint.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type double > #define roundit rint > #define dtype long long >diff --git a/lib/msun/src/s_llrintf.c b/lib/msun/src/s_llrintf.c >index 3ed16799f47f..b117f7c99dbc 100644 >--- a/lib/msun/src/s_llrintf.c >+++ b/lib/msun/src/s_llrintf.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type float > #define roundit rintf > #define dtype long long >diff --git a/lib/msun/src/s_llrintl.c b/lib/msun/src/s_llrintl.c >index fed23f32fd6f..82f4529dc815 100644 >--- a/lib/msun/src/s_llrintl.c >+++ b/lib/msun/src/s_llrintl.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type long double > #define roundit rintl > #define dtype long long >diff --git a/lib/msun/src/s_llround.c b/lib/msun/src/s_llround.c >index f8e76134b654..3983ce1edfca 100644 >--- a/lib/msun/src/s_llround.c >+++ b/lib/msun/src/s_llround.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type double > #define roundit round > #define dtype long long >diff --git a/lib/msun/src/s_llroundf.c b/lib/msun/src/s_llroundf.c >index 753fd96265aa..827d915ded9b 100644 >--- a/lib/msun/src/s_llroundf.c >+++ b/lib/msun/src/s_llroundf.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type float > #define roundit roundf > #define dtype long long >diff --git a/lib/msun/src/s_llroundl.c b/lib/msun/src/s_llroundl.c >index b5a97d97f2ae..40cad84c56f5 100644 >--- a/lib/msun/src/s_llroundl.c >+++ b/lib/msun/src/s_llroundl.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type long double > #define roundit roundl > #define dtype long long >diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c >index fb12ff79a4f9..7131beac1f3a 100644 >--- a/lib/msun/src/s_log1p.c >+++ b/lib/msun/src/s_log1p.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* double log1p(double x) > * > * Method : >diff --git a/lib/msun/src/s_log1pf.c b/lib/msun/src/s_log1pf.c >index d53fc7144e1d..dad567b58573 100644 >--- a/lib/msun/src/s_log1pf.c >+++ b/lib/msun/src/s_log1pf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_logb.c b/lib/msun/src/s_logb.c >index 5465d57d7e84..ec777fd26277 100644 >--- a/lib/msun/src/s_logb.c >+++ b/lib/msun/src/s_logb.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * double logb(x) > * IEEE 754 logb. Included to pass IEEE test suite. Not recommend. >diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c >index 658c7d3a15c3..0416a9c4d101 100644 >--- a/lib/msun/src/s_logbf.c >+++ b/lib/msun/src/s_logbf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_logbl.c b/lib/msun/src/s_logbl.c >index b5f4772b7bbc..1641dfb1a951 100644 >--- a/lib/msun/src/s_logbl.c >+++ b/lib/msun/src/s_logbl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <limits.h> > #include <math.h> >diff --git a/lib/msun/src/s_lrint.c b/lib/msun/src/s_lrint.c >index f4e56ac34b69..b1e96546db52 100644 >--- a/lib/msun/src/s_lrint.c >+++ b/lib/msun/src/s_lrint.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > #include <math.h> > >diff --git a/lib/msun/src/s_lrintf.c b/lib/msun/src/s_lrintf.c >index ca7cb99a3cf2..1c040e8d882b 100644 >--- a/lib/msun/src/s_lrintf.c >+++ b/lib/msun/src/s_lrintf.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type float > #define roundit rintf > #define dtype long >diff --git a/lib/msun/src/s_lrintl.c b/lib/msun/src/s_lrintl.c >index 7eedbc707c6e..91614e8ad264 100644 >--- a/lib/msun/src/s_lrintl.c >+++ b/lib/msun/src/s_lrintl.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type long double > #define roundit rintl > #define dtype long >diff --git a/lib/msun/src/s_lround.c b/lib/msun/src/s_lround.c >index 0b305918adc3..ae2f5ce7136a 100644 >--- a/lib/msun/src/s_lround.c >+++ b/lib/msun/src/s_lround.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <sys/limits.h> > #include <fenv.h> > #include <math.h> >diff --git a/lib/msun/src/s_lroundf.c b/lib/msun/src/s_lroundf.c >index e27e6a2fe187..86e63cc1d05c 100644 >--- a/lib/msun/src/s_lroundf.c >+++ b/lib/msun/src/s_lroundf.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type float > #define roundit roundf > #define dtype long >diff --git a/lib/msun/src/s_lroundl.c b/lib/msun/src/s_lroundl.c >index cfd43bc7fbf1..57a2e90fc48e 100644 >--- a/lib/msun/src/s_lroundl.c >+++ b/lib/msun/src/s_lroundl.c >@@ -1,4 +1,3 @@ >-#include <sys/cdefs.h> > #define type long double > #define roundit roundl > #define dtype long >diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c >index 57f59117a878..39f6c1c9f917 100644 >--- a/lib/msun/src/s_modff.c >+++ b/lib/msun/src/s_modff.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_nearbyint.c b/lib/msun/src/s_nearbyint.c >index 96604594c499..3dcaf98b369a 100644 >--- a/lib/msun/src/s_nearbyint.c >+++ b/lib/msun/src/s_nearbyint.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <fenv.h> > #include <math.h> > >diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c >index 477f3487a893..1b394e5109c2 100644 >--- a/lib/msun/src/s_nextafter.c >+++ b/lib/msun/src/s_nextafter.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* IEEE functions > * nextafter(x,y) > * return the next machine floating-point number of x in the >diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c >index 18e046324957..418b126a27ab 100644 >--- a/lib/msun/src/s_nextafterf.c >+++ b/lib/msun/src/s_nextafterf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_nextafterl.c b/lib/msun/src/s_nextafterl.c >index 1ce6abdbe2b9..fe5a010e89f5 100644 >--- a/lib/msun/src/s_nextafterl.c >+++ b/lib/msun/src/s_nextafterl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* IEEE functions > * nextafter(x,y) > * return the next machine floating-point number of x in the >diff --git a/lib/msun/src/s_nexttoward.c b/lib/msun/src/s_nexttoward.c >index 16a1e6971db6..5482dc21606d 100644 >--- a/lib/msun/src/s_nexttoward.c >+++ b/lib/msun/src/s_nexttoward.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * We assume that a long double has a 15-bit exponent. On systems > * where long double is the same as double, nexttoward() is an alias >diff --git a/lib/msun/src/s_nexttowardf.c b/lib/msun/src/s_nexttowardf.c >index 03d8cc5e4729..05c89f4554ec 100644 >--- a/lib/msun/src/s_nexttowardf.c >+++ b/lib/msun/src/s_nexttowardf.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "fpmath.h" >diff --git a/lib/msun/src/s_remquo.c b/lib/msun/src/s_remquo.c >index f72b58b0229d..206d2903cd86 100644 >--- a/lib/msun/src/s_remquo.c >+++ b/lib/msun/src/s_remquo.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_remquof.c b/lib/msun/src/s_remquof.c >index b11f6485ac4e..9cd148586796 100644 >--- a/lib/msun/src/s_remquof.c >+++ b/lib/msun/src/s_remquof.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_remquol.c b/lib/msun/src/s_remquol.c >index 2fe3897e7752..0dadceaf5aa7 100644 >--- a/lib/msun/src/s_remquol.c >+++ b/lib/msun/src/s_remquol.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <stdint.h> > >diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c >index 4b816da07ba5..d82a9d0abb69 100644 >--- a/lib/msun/src/s_rint.c >+++ b/lib/msun/src/s_rint.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * rint(x) > * Return x rounded to integral value according to the prevailing >diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c >index 328738f0ba0c..3f0cb906ae85 100644 >--- a/lib/msun/src/s_rintf.c >+++ b/lib/msun/src/s_rintf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <stdint.h> > >diff --git a/lib/msun/src/s_rintl.c b/lib/msun/src/s_rintl.c >index 15bce02e219d..72c9cabd1a91 100644 >--- a/lib/msun/src/s_rintl.c >+++ b/lib/msun/src/s_rintl.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > >diff --git a/lib/msun/src/s_round.c b/lib/msun/src/s_round.c >index 04d49c220973..c1b55f58765e 100644 >--- a/lib/msun/src/s_round.c >+++ b/lib/msun/src/s_round.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_roundf.c b/lib/msun/src/s_roundf.c >index 795d88df3050..7c09e090ff9a 100644 >--- a/lib/msun/src/s_roundf.c >+++ b/lib/msun/src/s_roundf.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_roundl.c b/lib/msun/src/s_roundl.c >index 05cb3e9f4918..bc5dfe550165 100644 >--- a/lib/msun/src/s_roundl.c >+++ b/lib/msun/src/s_roundl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #ifdef __i386__ > #include <ieeefp.h> >diff --git a/lib/msun/src/s_scalbln.c b/lib/msun/src/s_scalbln.c >index ff402b0f8fab..42e4669b3986 100644 >--- a/lib/msun/src/s_scalbln.c >+++ b/lib/msun/src/s_scalbln.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > #define NMAX 65536 >diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c >index f5988b6d8032..62571bb464dd 100644 >--- a/lib/msun/src/s_significand.c >+++ b/lib/msun/src/s_significand.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * significand(x) computes just > * scalb(x, (double) -ilogb(x)), >diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c >index 9fd919d65a91..3cdaa4daa753 100644 >--- a/lib/msun/src/s_significandf.c >+++ b/lib/msun/src/s_significandf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_sin.c b/lib/msun/src/s_sin.c >index bb74b019d433..614bcc2056f3 100644 >--- a/lib/msun/src/s_sin.c >+++ b/lib/msun/src/s_sin.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* sin(x) > * Return sine function of x. > * >diff --git a/lib/msun/src/s_sincos.c b/lib/msun/src/s_sincos.c >index 028ce416280a..4e819ea89128 100644 >--- a/lib/msun/src/s_sincos.c >+++ b/lib/msun/src/s_sincos.c >@@ -12,7 +12,6 @@ > * algorithms are contained in the original files. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_sincosf.c b/lib/msun/src/s_sincosf.c >index ee9f03444944..eaf7be84ee35 100644 >--- a/lib/msun/src/s_sincosf.c >+++ b/lib/msun/src/s_sincosf.c >@@ -15,7 +15,6 @@ > * Merged s_sinf.c and s_cosf.c by Steven G. Kargl. > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_sincosl.c b/lib/msun/src/s_sincosl.c >index 2d3833c93d46..7fb69aa4d4dd 100644 >--- a/lib/msun/src/s_sincosl.c >+++ b/lib/msun/src/s_sincosl.c >@@ -26,7 +26,6 @@ > * s_sinl.c and s_cosl.c merged by Steven G. Kargl. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #ifdef __i386__ > #include <ieeefp.h> >diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c >index 9837e80bb6ff..85fb11540a7d 100644 >--- a/lib/msun/src/s_sinf.c >+++ b/lib/msun/src/s_sinf.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_sinl.c b/lib/msun/src/s_sinl.c >index 605a4b4b6272..d0b7b34718f8 100644 >--- a/lib/msun/src/s_sinl.c >+++ b/lib/msun/src/s_sinl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #ifdef __i386__ > #include <ieeefp.h> >diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c >index 0041d0ca7376..20b95163e4a7 100644 >--- a/lib/msun/src/s_tan.c >+++ b/lib/msun/src/s_tan.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* tan(x) > * Return tangent function of x. > * >diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c >index 1b72cd6cae91..2462f96ba45f 100644 >--- a/lib/msun/src/s_tanf.c >+++ b/lib/msun/src/s_tanf.c >@@ -14,7 +14,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include <float.h> > > #include "math.h" >diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c >index fdc45916d214..cc8daeddda0b 100644 >--- a/lib/msun/src/s_tanh.c >+++ b/lib/msun/src/s_tanh.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* Tanh(x) > * Return the Hyperbolic Tangent of x > * >diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c >index 986404f52f5a..e56813adfdc2 100644 >--- a/lib/msun/src/s_tanhf.c >+++ b/lib/msun/src/s_tanhf.c >@@ -13,7 +13,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > #include "math.h" > #include "math_private.h" > >diff --git a/lib/msun/src/s_tanhl.c b/lib/msun/src/s_tanhl.c >index 8de343ba4969..3285b9afd0bd 100644 >--- a/lib/msun/src/s_tanhl.c >+++ b/lib/msun/src/s_tanhl.c >@@ -11,7 +11,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * See s_tanh.c for complete comments. > * >diff --git a/lib/msun/src/s_tanl.c b/lib/msun/src/s_tanl.c >index 1e9d7263c289..3736477922dc 100644 >--- a/lib/msun/src/s_tanl.c >+++ b/lib/msun/src/s_tanl.c >@@ -26,7 +26,6 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > /* > * Limited testing on pseudorandom numbers drawn within [0:4e8] shows > * an accuracy of <= 1.5 ULP where 247024 values of x out of 40 million >diff --git a/lib/msun/src/s_tgammaf.c b/lib/msun/src/s_tgammaf.c >index 3bf937ce958d..9fa9df9ece72 100644 >--- a/lib/msun/src/s_tgammaf.c >+++ b/lib/msun/src/s_tgammaf.c >@@ -26,7 +26,6 @@ > * SUCH DAMAGE. > */ > >-#include <sys/cdefs.h> > #include <math.h> > > /* >diff --git a/lib/msun/src/s_trunc.c b/lib/msun/src/s_trunc.c >index f00acb360ab7..3ec59f22ead3 100644 >--- a/lib/msun/src/s_trunc.c >+++ b/lib/msun/src/s_trunc.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * trunc(x) > * Return x rounded toward 0 to integral value >diff --git a/lib/msun/src/s_truncf.c b/lib/msun/src/s_truncf.c >index a48218d05d96..3f4db30b5646 100644 >--- a/lib/msun/src/s_truncf.c >+++ b/lib/msun/src/s_truncf.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * truncf(x) > * Return x rounded toward 0 to integral value >diff --git a/lib/msun/src/s_truncl.c b/lib/msun/src/s_truncl.c >index cc5f805fb24d..81e794d71b79 100644 >--- a/lib/msun/src/s_truncl.c >+++ b/lib/msun/src/s_truncl.c >@@ -9,7 +9,6 @@ > * ==================================================== > */ > >-#include <sys/cdefs.h> > /* > * truncl(x) > * Return x rounded toward 0 to integral value >diff --git a/lib/msun/src/w_cabs.c b/lib/msun/src/w_cabs.c >index dfae649b9906..49864619b072 100644 >--- a/lib/msun/src/w_cabs.c >+++ b/lib/msun/src/w_cabs.c >@@ -5,7 +5,6 @@ > * Placed into the Public Domain, 1994. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <float.h> > #include <math.h> >diff --git a/lib/msun/src/w_cabsl.c b/lib/msun/src/w_cabsl.c >index 943413c31106..1539944faf6c 100644 >--- a/lib/msun/src/w_cabsl.c >+++ b/lib/msun/src/w_cabsl.c >@@ -7,7 +7,6 @@ > * Modified by Steven G. Kargl for the long double type. > */ > >-#include <sys/cdefs.h> > #include <complex.h> > #include <math.h> > >diff --git a/lib/msun/tests/rem_test.c b/lib/msun/tests/rem_test.c >index 9e5b8c302948..c96dc5ecd074 100644 >--- a/lib/msun/tests/rem_test.c >+++ b/lib/msun/tests/rem_test.c >@@ -30,7 +30,6 @@ > * Missing tests: fmod, fmodf. > */ > >-#include <sys/cdefs.h> > #include <float.h> > #include <math.h> > #include <stdio.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276669
: 248017