]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/fpu/fenv_libc.h
PowerPC: Fix __fe_mask_env export
[thirdparty/glibc.git] / sysdeps / powerpc / fpu / fenv_libc.h
index baa2a7d39a458e8f1da6c007057588d1bbb052f3..cb15c1cecbd9ef82149e2d30a9563dfabd2d77b2 100644 (file)
@@ -23,7 +23,9 @@
 #include <ldsodefs.h>
 #include <sysdep.h>
 
-libm_hidden_proto (__fe_nomask_env)
+extern const fenv_t *__fe_nomask_env (void);
+
+extern const fenv_t *__fe_mask_env (void);
 
 /* The sticky bits in the FPSCR indicating exceptions have occurred.  */
 #define FPSCR_STICKY_BITS ((FE_ALL_EXCEPT | FE_ALL_INVALID) & ~FE_INVALID)