about summary refs log tree commit diff
path: root/sysdeps/sparc/fpu/fegetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/fpu/fegetround.c')
-rw-r--r--sysdeps/sparc/fpu/fegetround.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sparc/fpu/fegetround.c b/sysdeps/sparc/fpu/fegetround.c
index c4987e8b3e..c2d5f5af03 100644
--- a/sysdeps/sparc/fpu/fegetround.c
+++ b/sysdeps/sparc/fpu/fegetround.c
@@ -27,3 +27,4 @@ fegetround (void)
 
   return tmp & __FE_ROUND_MASK;
 }
+libm_hidden_def (fegetround)