فهرست منبع

add missing const on powerpc FE_DFL_ENV

Rich Felker 12 سال پیش
والد
کامیت
f54ac2446a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      arch/powerpc/bits/fenv.h

+ 1 - 1
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)