summaryrefslogtreecommitdiff
path: root/sysdeps/sh/sh4
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-05 13:38:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-05 13:38:40 +0000
commitacfa885ff15833047b5bba0ce51be3c84fbd9719 (patch)
tree9161d765e971c119c283587861c24e5950737249 /sysdeps/sh/sh4
parent99252c8c6256d1afe91651d334cbef402d529fa5 (diff)
Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).
Diffstat (limited to 'sysdeps/sh/sh4')
-rw-r--r--sysdeps/sh/sh4/fpu/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
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)