summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/fenv.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-18 16:58:05 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-18 16:58:05 -0500
commitf54ac2446abac57cacebc64df78a5ef850045700 (patch)
tree69d6d76b1dbf865a86aa6fb61a92917a5372692c /arch/powerpc/bits/fenv.h
parent75c450cff34b5206aca6aab14b7ad909168b8f50 (diff)
downloadmusl-f54ac2446abac57cacebc64df78a5ef850045700.tar.gz
add missing const on powerpc FE_DFL_ENV
Diffstat (limited to 'arch/powerpc/bits/fenv.h')
-rw-r--r--arch/powerpc/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/bits/fenv.h b/arch/powerpc/bits/fenv.h
index b0af1ffe..2f722e6b 100644
--- a/arch/powerpc/bits/fenv.h
+++ b/arch/powerpc/bits/fenv.h
@@ -28,4 +28,4 @@
typedef unsigned fexcept_t;
typedef double fenv_t;
-#define FE_DFL_ENV ((fenv_t *)-1)
+#define FE_DFL_ENV ((const fenv_t *)-1)