From acfa885ff15833047b5bba0ce51be3c84fbd9719 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 5 Nov 2012 13:38:40 +0000 Subject: Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805). --- sysdeps/sh/sh4/fpu/bits/fenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/sh/sh4') diff --git a/sysdeps/sh/sh4/fpu/bits/fenv.h b/sysdeps/sh/sh4/fpu/bits/fenv.h index e51a057cb5..a29edfc1f4 100644 --- a/sysdeps/sh/sh4/fpu/bits/fenv.h +++ b/sysdeps/sh/sh4/fpu/bits/fenv.h @@ -73,4 +73,4 @@ typedef struct fenv_t; /* If the default argument is used we use this value. */ -#define FE_DFL_ENV ((fenv_t *) -1) +#define FE_DFL_ENV ((const fenv_t *) -1) -- cgit v1.2.3