projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c450c
)
add missing const on powerpc FE_DFL_ENV
author
Rich Felker
<dalias@aerifal.cx>
Sun, 18 Nov 2012 21:58:05 +0000
(16:58 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 18 Nov 2012 21:58:05 +0000
(16:58 -0500)
arch/powerpc/bits/fenv.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/fenv.h
b/arch/powerpc/bits/fenv.h
index b0af1ffee851683c8aa89d2d4ebe37e04a59ebbb..2f722e6b594acc90f374e4d731aab7a23ead9a4a 100644
(file)
--- 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)