diff options
Diffstat (limited to 'lib/msun/amd64')
-rw-r--r-- | lib/msun/amd64/Makefile.inc | 1 | ||||
-rw-r--r-- | lib/msun/amd64/fenv.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/amd64/Makefile.inc b/lib/msun/amd64/Makefile.inc index 6a99005f6701..dcdc2495d690 100644 --- a/lib/msun/amd64/Makefile.inc +++ b/lib/msun/amd64/Makefile.inc @@ -1,4 +1,3 @@ - ARCH_SRCS = e_fmod.S e_fmodf.S e_fmodl.S \ e_remainder.S e_remainderf.S e_remainderl.S \ e_sqrt.S e_sqrtf.S e_sqrtl.S \ diff --git a/lib/msun/amd64/fenv.c b/lib/msun/amd64/fenv.c index 2aea6a4cf036..4d271f8d456a 100644 --- a/lib/msun/amd64/fenv.c +++ b/lib/msun/amd64/fenv.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <machine/fpu.h> |