提交 f54ac244 编写于 作者: R Rich Felker

add missing const on powerpc FE_DFL_ENV

上级 75c450cf
......@@ -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)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册