about summary refs log tree commit diff
path: root/ports/sysdeps/arm/bits/fenv.h
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 /ports/sysdeps/arm/bits/fenv.h
parent99252c8c6256d1afe91651d334cbef402d529fa5 (diff)
downloadglibc-acfa885ff15833047b5bba0ce51be3c84fbd9719.tar.gz
glibc-acfa885ff15833047b5bba0ce51be3c84fbd9719.tar.xz
glibc-acfa885ff15833047b5bba0ce51be3c84fbd9719.zip
Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).
Diffstat (limited to 'ports/sysdeps/arm/bits/fenv.h')
-rw-r--r--ports/sysdeps/arm/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/arm/bits/fenv.h b/ports/sysdeps/arm/bits/fenv.h
index 6788e288af..bc4a3ee533 100644
--- a/ports/sysdeps/arm/bits/fenv.h
+++ b/ports/sysdeps/arm/bits/fenv.h
@@ -74,7 +74,7 @@ typedef struct
 fenv_t;
 
 /* If the default argument is used we use this value.  */
-#define FE_DFL_ENV	((fenv_t *) -1l)
+#define FE_DFL_ENV	((const fenv_t *) -1l)
 
 #ifdef __USE_GNU
 /* Floating-point environment where none of the exceptions are masked.  */