Created attachment 248017 [details] patch to remove unused cdef.h After the removal of __FBSDID($FreeBSD$), there are 233 files in src/lib/msun (not counting those in src/lib/msun/tests) that include cdef.h. This header is now unused in 233 of those files. The attached patch removes cdef.h in many/most/all of the files.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0dd5a5603e7a33d976f8e6015620bbc79839c609 commit 0dd5a5603e7a33d976f8e6015620bbc79839c609 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2024-01-28 09:14:50 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-01-28 15:00:23 +0000 lib/msun: Cleanup after $FreeBSD$ removal Remove no longer needed explicit inclusion of sys/cdefs.h. PR: 276669 MFC after: 1 week lib/msun/bsdsrc/b_exp.c | 1 - lib/msun/bsdsrc/b_log.c | 1 - lib/msun/bsdsrc/b_tgamma.c | 1 - lib/msun/bsdsrc/mathimpl.h | 1 - lib/msun/i387/invtrig.c | 1 - lib/msun/ld128/e_lgammal_r.c | 1 - lib/msun/ld128/e_powl.c | 1 - lib/msun/ld128/e_rem_pio2l.h | 1 - lib/msun/ld128/invtrig.c | 1 - lib/msun/ld128/k_cosl.c | 1 - lib/msun/ld128/k_expl.h | 1 - lib/msun/ld128/k_sinl.c | 1 - lib/msun/ld128/k_tanl.c | 1 - lib/msun/ld128/s_cexpl.c | 1 - lib/msun/ld128/s_erfl.c | 1 - lib/msun/ld128/s_exp2l.c | 1 - lib/msun/ld128/s_expl.c | 1 - lib/msun/ld128/s_logl.c | 1 - lib/msun/ld80/e_lgammal_r.c | 1 - lib/msun/ld80/e_powl.c | 2 -- lib/msun/ld80/e_rem_pio2l.h | 1 - lib/msun/ld80/invtrig.c | 1 - lib/msun/ld80/k_cosl.c | 1 - lib/msun/ld80/k_expl.h | 1 - lib/msun/ld80/k_sinl.c | 1 - lib/msun/ld80/k_tanl.c | 1 - lib/msun/ld80/s_cexpl.c | 1 - lib/msun/ld80/s_erfl.c | 1 - lib/msun/ld80/s_exp2l.c | 1 - lib/msun/ld80/s_expl.c | 1 - lib/msun/ld80/s_logl.c | 1 - lib/msun/src/catrig.c | 1 - lib/msun/src/catrigf.c | 1 - lib/msun/src/catrigl.c | 1 - lib/msun/src/e_acos.c | 1 - lib/msun/src/e_acosf.c | 1 - lib/msun/src/e_acosh.c | 1 - lib/msun/src/e_acoshf.c | 1 - lib/msun/src/e_acoshl.c | 1 - lib/msun/src/e_acosl.c | 1 - lib/msun/src/e_asin.c | 1 - lib/msun/src/e_asinf.c | 1 - lib/msun/src/e_asinl.c | 1 - lib/msun/src/e_atan2.c | 1 - lib/msun/src/e_atan2f.c | 1 - lib/msun/src/e_atan2l.c | 1 - lib/msun/src/e_atanh.c | 1 - lib/msun/src/e_atanhf.c | 1 - lib/msun/src/e_atanhl.c | 1 - lib/msun/src/e_cosh.c | 1 - lib/msun/src/e_coshf.c | 1 - lib/msun/src/e_coshl.c | 1 - lib/msun/src/e_exp.c | 1 - lib/msun/src/e_expf.c | 1 - lib/msun/src/e_fmod.c | 1 - lib/msun/src/e_fmodf.c | 1 - lib/msun/src/e_fmodl.c | 1 - lib/msun/src/e_gamma.c | 1 - lib/msun/src/e_gamma_r.c | 1 - lib/msun/src/e_gammaf.c | 1 - lib/msun/src/e_gammaf_r.c | 1 - lib/msun/src/e_hypot.c | 1 - lib/msun/src/e_hypotf.c | 1 - lib/msun/src/e_hypotl.c | 1 - lib/msun/src/e_j0.c | 1 - lib/msun/src/e_j0f.c | 1 - lib/msun/src/e_j1.c | 1 - lib/msun/src/e_j1f.c | 1 - lib/msun/src/e_jn.c | 1 - lib/msun/src/e_jnf.c | 1 - lib/msun/src/e_lgamma.c | 1 - lib/msun/src/e_lgamma_r.c | 1 - lib/msun/src/e_lgammaf.c | 1 - lib/msun/src/e_lgammaf_r.c | 1 - lib/msun/src/e_lgammal.c | 1 - lib/msun/src/e_log.c | 1 - lib/msun/src/e_log10.c | 1 - lib/msun/src/e_log10f.c | 1 - lib/msun/src/e_log2.c | 1 - lib/msun/src/e_log2f.c | 1 - lib/msun/src/e_logf.c | 1 - lib/msun/src/e_pow.c | 1 - lib/msun/src/e_powf.c | 1 - lib/msun/src/e_rem_pio2.c | 1 - lib/msun/src/e_rem_pio2f.c | 1 - lib/msun/src/e_remainder.c | 1 - lib/msun/src/e_remainderf.c | 1 - lib/msun/src/e_remainderl.c | 1 - lib/msun/src/e_scalb.c | 1 - lib/msun/src/e_scalbf.c | 1 - lib/msun/src/e_sinh.c | 1 - lib/msun/src/e_sinhf.c | 1 - lib/msun/src/e_sinhl.c | 1 - lib/msun/src/e_sqrt.c | 1 - lib/msun/src/e_sqrtl.c | 1 - lib/msun/src/k_cos.c | 1 - lib/msun/src/k_cosf.c | 4 ---- lib/msun/src/k_exp.c | 1 - lib/msun/src/k_expf.c | 1 - lib/msun/src/k_log.h | 1 - lib/msun/src/k_logf.h | 1 - lib/msun/src/k_rem_pio2.c | 1 - lib/msun/src/k_sin.c | 1 - lib/msun/src/k_sincos.h | 1 - lib/msun/src/k_sincosf.h | 1 - lib/msun/src/k_sincosl.h | 1 - lib/msun/src/k_sinf.c | 4 ---- lib/msun/src/k_tan.c | 2 -- lib/msun/src/k_tanf.c | 4 ---- lib/msun/src/math.h | 1 - lib/msun/src/s_asinh.c | 1 - lib/msun/src/s_asinhf.c | 1 - lib/msun/src/s_asinhl.c | 1 - lib/msun/src/s_atan.c | 1 - lib/msun/src/s_atanf.c | 1 - lib/msun/src/s_atanl.c | 1 - lib/msun/src/s_carg.c | 1 - lib/msun/src/s_cargf.c | 1 - lib/msun/src/s_cargl.c | 1 - lib/msun/src/s_cbrt.c | 1 - lib/msun/src/s_cbrtf.c | 1 - lib/msun/src/s_cbrtl.c | 1 - lib/msun/src/s_ccosh.c | 1 - lib/msun/src/s_ccoshf.c | 1 - lib/msun/src/s_ceil.c | 1 - lib/msun/src/s_ceilf.c | 1 - lib/msun/src/s_ceill.c | 1 - lib/msun/src/s_cexp.c | 1 - lib/msun/src/s_cexpf.c | 1 - lib/msun/src/s_clog.c | 1 - lib/msun/src/s_clogf.c | 1 - lib/msun/src/s_clogl.c | 1 - lib/msun/src/s_copysign.c | 1 - lib/msun/src/s_copysignf.c | 1 - lib/msun/src/s_cos.c | 1 - lib/msun/src/s_cosf.c | 1 - lib/msun/src/s_cosl.c | 1 - lib/msun/src/s_cpow.c | 1 - lib/msun/src/s_cpowf.c | 1 - lib/msun/src/s_cpowl.c | 1 - lib/msun/src/s_cproj.c | 1 - lib/msun/src/s_cprojf.c | 1 - lib/msun/src/s_cprojl.c | 1 - lib/msun/src/s_csinh.c | 1 - lib/msun/src/s_csinhf.c | 1 - lib/msun/src/s_csqrt.c | 1 - lib/msun/src/s_csqrtf.c | 1 - lib/msun/src/s_csqrtl.c | 1 - lib/msun/src/s_ctanh.c | 1 - lib/msun/src/s_ctanhf.c | 1 - lib/msun/src/s_erf.c | 1 - lib/msun/src/s_erff.c | 1 - lib/msun/src/s_exp2.c | 1 - lib/msun/src/s_exp2f.c | 1 - lib/msun/src/s_expm1.c | 1 - lib/msun/src/s_expm1f.c | 1 - lib/msun/src/s_fabs.c | 1 - lib/msun/src/s_fabsf.c | 1 - lib/msun/src/s_fdim.c | 1 - lib/msun/src/s_finite.c | 1 - lib/msun/src/s_finitef.c | 1 - lib/msun/src/s_floor.c | 1 - lib/msun/src/s_floorf.c | 1 - lib/msun/src/s_floorl.c | 1 - lib/msun/src/s_fma.c | 1 - lib/msun/src/s_fmaf.c | 1 - lib/msun/src/s_fmal.c | 1 - lib/msun/src/s_fmax.c | 1 - lib/msun/src/s_fmaxf.c | 1 - lib/msun/src/s_fmaxl.c | 1 - lib/msun/src/s_fmin.c | 1 - lib/msun/src/s_fminf.c | 1 - lib/msun/src/s_fminl.c | 1 - lib/msun/src/s_frexp.c | 1 - lib/msun/src/s_frexpf.c | 1 - lib/msun/src/s_ilogb.c | 1 - lib/msun/src/s_ilogbf.c | 1 - lib/msun/src/s_ilogbl.c | 1 - lib/msun/src/s_llrint.c | 1 - lib/msun/src/s_llrintf.c | 1 - lib/msun/src/s_llrintl.c | 1 - lib/msun/src/s_llround.c | 1 - lib/msun/src/s_llroundf.c | 1 - lib/msun/src/s_llroundl.c | 1 - lib/msun/src/s_log1p.c | 1 - lib/msun/src/s_log1pf.c | 1 - lib/msun/src/s_logb.c | 1 - lib/msun/src/s_logbf.c | 1 - lib/msun/src/s_logbl.c | 1 - lib/msun/src/s_lrint.c | 1 - lib/msun/src/s_lrintf.c | 1 - lib/msun/src/s_lrintl.c | 1 - lib/msun/src/s_lround.c | 1 - lib/msun/src/s_lroundf.c | 1 - lib/msun/src/s_lroundl.c | 1 - lib/msun/src/s_modff.c | 1 - lib/msun/src/s_nearbyint.c | 1 - lib/msun/src/s_nextafter.c | 1 - lib/msun/src/s_nextafterf.c | 1 - lib/msun/src/s_nextafterl.c | 1 - lib/msun/src/s_nexttoward.c | 1 - lib/msun/src/s_nexttowardf.c | 1 - lib/msun/src/s_remquo.c | 1 - lib/msun/src/s_remquof.c | 1 - lib/msun/src/s_remquol.c | 1 - lib/msun/src/s_rint.c | 1 - lib/msun/src/s_rintf.c | 1 - lib/msun/src/s_rintl.c | 1 - lib/msun/src/s_round.c | 1 - lib/msun/src/s_roundf.c | 1 - lib/msun/src/s_roundl.c | 1 - lib/msun/src/s_scalbln.c | 1 - lib/msun/src/s_significand.c | 1 - lib/msun/src/s_significandf.c | 1 - lib/msun/src/s_sin.c | 1 - lib/msun/src/s_sincos.c | 1 - lib/msun/src/s_sincosf.c | 1 - lib/msun/src/s_sincosl.c | 1 - lib/msun/src/s_sinf.c | 1 - lib/msun/src/s_sinl.c | 1 - lib/msun/src/s_tan.c | 1 - lib/msun/src/s_tanf.c | 1 - lib/msun/src/s_tanh.c | 1 - lib/msun/src/s_tanhf.c | 1 - lib/msun/src/s_tanhl.c | 1 - lib/msun/src/s_tanl.c | 1 - lib/msun/src/s_tgammaf.c | 1 - lib/msun/src/s_trunc.c | 1 - lib/msun/src/s_truncf.c | 1 - lib/msun/src/s_truncl.c | 1 - lib/msun/src/w_cabs.c | 1 - lib/msun/src/w_cabsl.c | 1 - lib/msun/tests/rem_test.c | 1 - 233 files changed, 244 deletions(-)
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=66aa73282ab879009cf021a3fcd435e1ab083b82 commit 66aa73282ab879009cf021a3fcd435e1ab083b82 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2024-01-28 09:14:50 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-02-04 00:26:28 +0000 lib/msun: Cleanup after $FreeBSD$ removal PR: 276669 (cherry picked from commit 0dd5a5603e7a33d976f8e6015620bbc79839c609) lib/msun/bsdsrc/b_exp.c | 2 -- lib/msun/bsdsrc/b_log.c | 2 -- lib/msun/bsdsrc/b_tgamma.c | 2 -- lib/msun/bsdsrc/mathimpl.h | 1 - lib/msun/i387/invtrig.c | 1 - lib/msun/ld128/e_lgammal_r.c | 1 - lib/msun/ld128/e_powl.c | 1 - lib/msun/ld128/e_rem_pio2l.h | 1 - lib/msun/ld128/invtrig.c | 1 - lib/msun/ld128/k_cosl.c | 1 - lib/msun/ld128/k_expl.h | 1 - lib/msun/ld128/k_sinl.c | 1 - lib/msun/ld128/k_tanl.c | 1 - lib/msun/ld128/s_cexpl.c | 1 - lib/msun/ld128/s_erfl.c | 1 - lib/msun/ld128/s_exp2l.c | 1 - lib/msun/ld128/s_expl.c | 1 - lib/msun/ld128/s_logl.c | 1 - lib/msun/ld80/e_lgammal_r.c | 1 - lib/msun/ld80/e_powl.c | 2 -- lib/msun/ld80/e_rem_pio2l.h | 1 - lib/msun/ld80/invtrig.c | 1 - lib/msun/ld80/k_cosl.c | 1 - lib/msun/ld80/k_expl.h | 1 - lib/msun/ld80/k_sinl.c | 1 - lib/msun/ld80/k_tanl.c | 1 - lib/msun/ld80/s_cexpl.c | 1 - lib/msun/ld80/s_erfl.c | 1 - lib/msun/ld80/s_exp2l.c | 1 - lib/msun/ld80/s_expl.c | 1 - lib/msun/ld80/s_logl.c | 1 - lib/msun/src/catrig.c | 1 - lib/msun/src/catrigf.c | 1 - lib/msun/src/catrigl.c | 1 - lib/msun/src/e_acos.c | 1 - lib/msun/src/e_acosf.c | 1 - lib/msun/src/e_acosh.c | 1 - lib/msun/src/e_acoshf.c | 1 - lib/msun/src/e_acoshl.c | 1 - lib/msun/src/e_acosl.c | 1 - lib/msun/src/e_asin.c | 1 - lib/msun/src/e_asinf.c | 1 - lib/msun/src/e_asinl.c | 1 - lib/msun/src/e_atan2.c | 1 - lib/msun/src/e_atan2f.c | 1 - lib/msun/src/e_atan2l.c | 1 - lib/msun/src/e_atanh.c | 1 - lib/msun/src/e_atanhf.c | 1 - lib/msun/src/e_atanhl.c | 1 - lib/msun/src/e_cosh.c | 1 - lib/msun/src/e_coshf.c | 1 - lib/msun/src/e_coshl.c | 1 - lib/msun/src/e_exp.c | 1 - lib/msun/src/e_expf.c | 1 - lib/msun/src/e_fmod.c | 1 - lib/msun/src/e_fmodf.c | 1 - lib/msun/src/e_fmodl.c | 1 - lib/msun/src/e_gamma.c | 1 - lib/msun/src/e_gamma_r.c | 1 - lib/msun/src/e_gammaf.c | 1 - lib/msun/src/e_gammaf_r.c | 1 - lib/msun/src/e_hypot.c | 1 - lib/msun/src/e_hypotf.c | 1 - lib/msun/src/e_hypotl.c | 1 - lib/msun/src/e_j0.c | 1 - lib/msun/src/e_j0f.c | 1 - lib/msun/src/e_j1.c | 1 - lib/msun/src/e_j1f.c | 1 - lib/msun/src/e_jn.c | 1 - lib/msun/src/e_jnf.c | 1 - lib/msun/src/e_lgamma.c | 1 - lib/msun/src/e_lgamma_r.c | 1 - lib/msun/src/e_lgammaf.c | 1 - lib/msun/src/e_lgammaf_r.c | 1 - lib/msun/src/e_lgammal.c | 1 - lib/msun/src/e_log.c | 1 - lib/msun/src/e_log10.c | 1 - lib/msun/src/e_log10f.c | 1 - lib/msun/src/e_log2.c | 1 - lib/msun/src/e_log2f.c | 1 - lib/msun/src/e_logf.c | 1 - lib/msun/src/e_pow.c | 1 - lib/msun/src/e_powf.c | 1 - lib/msun/src/e_rem_pio2.c | 1 - lib/msun/src/e_rem_pio2f.c | 1 - lib/msun/src/e_remainder.c | 1 - lib/msun/src/e_remainderf.c | 1 - lib/msun/src/e_remainderl.c | 1 - lib/msun/src/e_scalb.c | 1 - lib/msun/src/e_scalbf.c | 1 - lib/msun/src/e_sinh.c | 1 - lib/msun/src/e_sinhf.c | 1 - lib/msun/src/e_sinhl.c | 1 - lib/msun/src/e_sqrt.c | 1 - lib/msun/src/e_sqrtl.c | 1 - lib/msun/src/k_cos.c | 1 - lib/msun/src/k_cosf.c | 4 ---- lib/msun/src/k_exp.c | 1 - lib/msun/src/k_expf.c | 1 - lib/msun/src/k_log.h | 1 - lib/msun/src/k_logf.h | 1 - lib/msun/src/k_rem_pio2.c | 1 - lib/msun/src/k_sin.c | 1 - lib/msun/src/k_sincos.h | 1 - lib/msun/src/k_sincosf.h | 1 - lib/msun/src/k_sincosl.h | 1 - lib/msun/src/k_sinf.c | 4 ---- lib/msun/src/k_tan.c | 2 -- lib/msun/src/k_tanf.c | 4 ---- lib/msun/src/math.h | 1 - lib/msun/src/s_asinh.c | 1 - lib/msun/src/s_asinhf.c | 1 - lib/msun/src/s_asinhl.c | 1 - lib/msun/src/s_atan.c | 1 - lib/msun/src/s_atanf.c | 1 - lib/msun/src/s_atanl.c | 1 - lib/msun/src/s_carg.c | 1 - lib/msun/src/s_cargf.c | 1 - lib/msun/src/s_cargl.c | 1 - lib/msun/src/s_cbrt.c | 1 - lib/msun/src/s_cbrtf.c | 1 - lib/msun/src/s_cbrtl.c | 1 - lib/msun/src/s_ccosh.c | 1 - lib/msun/src/s_ccoshf.c | 1 - lib/msun/src/s_ceil.c | 1 - lib/msun/src/s_ceilf.c | 1 - lib/msun/src/s_ceill.c | 1 - lib/msun/src/s_cexp.c | 1 - lib/msun/src/s_cexpf.c | 1 - lib/msun/src/s_clog.c | 1 - lib/msun/src/s_clogf.c | 1 - lib/msun/src/s_clogl.c | 1 - lib/msun/src/s_copysign.c | 1 - lib/msun/src/s_copysignf.c | 1 - lib/msun/src/s_cos.c | 1 - lib/msun/src/s_cosf.c | 1 - lib/msun/src/s_cosl.c | 1 - lib/msun/src/s_cpow.c | 1 - lib/msun/src/s_cpowf.c | 1 - lib/msun/src/s_cpowl.c | 1 - lib/msun/src/s_cproj.c | 1 - lib/msun/src/s_cprojf.c | 1 - lib/msun/src/s_cprojl.c | 1 - lib/msun/src/s_csinh.c | 1 - lib/msun/src/s_csinhf.c | 1 - lib/msun/src/s_csqrt.c | 1 - lib/msun/src/s_csqrtf.c | 1 - lib/msun/src/s_csqrtl.c | 1 - lib/msun/src/s_ctanh.c | 1 - lib/msun/src/s_ctanhf.c | 1 - lib/msun/src/s_erf.c | 1 - lib/msun/src/s_erff.c | 1 - lib/msun/src/s_exp2.c | 1 - lib/msun/src/s_exp2f.c | 1 - lib/msun/src/s_expm1.c | 1 - lib/msun/src/s_expm1f.c | 1 - lib/msun/src/s_fabs.c | 1 - lib/msun/src/s_fabsf.c | 1 - lib/msun/src/s_fdim.c | 1 - lib/msun/src/s_finite.c | 1 - lib/msun/src/s_finitef.c | 1 - lib/msun/src/s_floor.c | 1 - lib/msun/src/s_floorf.c | 1 - lib/msun/src/s_floorl.c | 1 - lib/msun/src/s_fma.c | 1 - lib/msun/src/s_fmaf.c | 1 - lib/msun/src/s_fmal.c | 1 - lib/msun/src/s_fmax.c | 1 - lib/msun/src/s_fmaxf.c | 1 - lib/msun/src/s_fmaxl.c | 1 - lib/msun/src/s_fmin.c | 1 - lib/msun/src/s_fminf.c | 1 - lib/msun/src/s_fminl.c | 1 - lib/msun/src/s_frexp.c | 1 - lib/msun/src/s_frexpf.c | 1 - lib/msun/src/s_ilogb.c | 1 - lib/msun/src/s_ilogbf.c | 1 - lib/msun/src/s_ilogbl.c | 1 - lib/msun/src/s_llrint.c | 1 - lib/msun/src/s_llrintf.c | 1 - lib/msun/src/s_llrintl.c | 1 - lib/msun/src/s_llround.c | 1 - lib/msun/src/s_llroundf.c | 1 - lib/msun/src/s_llroundl.c | 1 - lib/msun/src/s_log1p.c | 1 - lib/msun/src/s_log1pf.c | 1 - lib/msun/src/s_logb.c | 1 - lib/msun/src/s_logbf.c | 1 - lib/msun/src/s_logbl.c | 1 - lib/msun/src/s_lrint.c | 1 - lib/msun/src/s_lrintf.c | 1 - lib/msun/src/s_lrintl.c | 1 - lib/msun/src/s_lround.c | 1 - lib/msun/src/s_lroundf.c | 1 - lib/msun/src/s_lroundl.c | 1 - lib/msun/src/s_modff.c | 1 - lib/msun/src/s_nearbyint.c | 1 - lib/msun/src/s_nextafter.c | 1 - lib/msun/src/s_nextafterf.c | 1 - lib/msun/src/s_nextafterl.c | 1 - lib/msun/src/s_nexttoward.c | 1 - lib/msun/src/s_nexttowardf.c | 1 - lib/msun/src/s_remquo.c | 1 - lib/msun/src/s_remquof.c | 1 - lib/msun/src/s_remquol.c | 1 - lib/msun/src/s_rint.c | 1 - lib/msun/src/s_rintf.c | 1 - lib/msun/src/s_rintl.c | 1 - lib/msun/src/s_round.c | 1 - lib/msun/src/s_roundf.c | 1 - lib/msun/src/s_roundl.c | 1 - lib/msun/src/s_scalbln.c | 1 - lib/msun/src/s_significand.c | 1 - lib/msun/src/s_significandf.c | 1 - lib/msun/src/s_sin.c | 1 - lib/msun/src/s_sincos.c | 1 - lib/msun/src/s_sincosf.c | 1 - lib/msun/src/s_sincosl.c | 1 - lib/msun/src/s_sinf.c | 1 - lib/msun/src/s_sinl.c | 1 - lib/msun/src/s_tan.c | 1 - lib/msun/src/s_tanf.c | 1 - lib/msun/src/s_tanh.c | 1 - lib/msun/src/s_tanhf.c | 1 - lib/msun/src/s_tanhl.c | 1 - lib/msun/src/s_tanl.c | 1 - lib/msun/src/s_tgammaf.c | 1 - lib/msun/src/s_trunc.c | 1 - lib/msun/src/s_truncf.c | 1 - lib/msun/src/s_truncl.c | 1 - lib/msun/src/w_cabs.c | 1 - lib/msun/src/w_cabsl.c | 1 - lib/msun/tests/rem_test.c | 1 - 233 files changed, 247 deletions(-)