summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/ia64/fpu/fegetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/ia64/fpu/fegetround.c')
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fegetround.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/ia64/fpu/fegetround.c b/libc/ports/sysdeps/ia64/fpu/fegetround.c
index 5c9b34338..7b36acd74 100644
--- a/libc/ports/sysdeps/ia64/fpu/fegetround.c
+++ b/libc/ports/sysdeps/ia64/fpu/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
@@ -24,3 +24,4 @@ fegetround (void)
{
return get_rounding_mode ();
}
+libm_hidden_def (fegetround)