summaryrefslogtreecommitdiff
path: root/ports/sysdeps/ia64/fpu/fclrexcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/ia64/fpu/fclrexcpt.c')
-rw-r--r--ports/sysdeps/ia64/fpu/fclrexcpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/sysdeps/ia64/fpu/fclrexcpt.c b/ports/sysdeps/ia64/fpu/fclrexcpt.c
index 84f83277b9..bf8a3c6333 100644
--- a/ports/sysdeps/ia64/fpu/fclrexcpt.c
+++ b/ports/sysdeps/ia64/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
/* Clear given exceptions in current floating-point environment.
- Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999 and
Jes Sorensen <Jes.Sorensen@cern.ch>, 2000
@@ -36,3 +36,4 @@ feclearexcept (int excepts)
/* success */
return 0;
}
+libm_hidden_def (feclearexcept)