summaryrefslogtreecommitdiff
path: root/ports/sysdeps/hppa/fpu/ftestexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/hppa/fpu/ftestexcept.c')
-rw-r--r--ports/sysdeps/hppa/fpu/ftestexcept.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/ftestexcept.c b/ports/sysdeps/hppa/fpu/ftestexcept.c
index ac6d4b2e3..c031ffe6e 100644
--- a/ports/sysdeps/hppa/fpu/ftestexcept.c
+++ b/ports/sysdeps/hppa/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Huggins-Daines <dhd@debian.org>, 2000
@@ -32,3 +32,4 @@ fetestexcept (int excepts)
return (s.sw[0] >> 27) & excepts & FE_ALL_EXCEPT;
}
+libm_hidden_def (fetestexcept)