mirror of
git://git.musl-libc.org/musl
synced 2025-02-16 02:46:53 +00:00
add missing const on powerpc FE_DFL_ENV
This commit is contained in:
parent
75c450cff3
commit
f54ac2446a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user