diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fegetround.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/fegetround.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sh/sh4/fpu/fegetround.c b/sysdeps/sh/sh4/fpu/fegetround.c index be4833f017..0523321b2d 100644 --- a/sysdeps/sh/sh4/fpu/fegetround.c +++ b/sysdeps/sh/sh4/fpu/fegetround.c @@ -30,3 +30,4 @@ fegetround (void) return cw & 0x1; } +libm_hidden_def (fegetround) |