diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fclrexcpt.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/fclrexcpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sh/sh4/fpu/fclrexcpt.c b/sysdeps/sh/sh4/fpu/fclrexcpt.c index b4b2ead02c..2d31fa6516 100644 --- a/sysdeps/sh/sh4/fpu/fclrexcpt.c +++ b/sysdeps/sh/sh4/fpu/fclrexcpt.c @@ -39,3 +39,4 @@ feclearexcept (int excepts) return 0; } +libm_hidden_def (feclearexcept) |