summaryrefslogtreecommitdiff
path: root/libc/sysdeps/s390/fpu/ftestexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/s390/fpu/ftestexcept.c')
-rw-r--r--libc/sysdeps/s390/fpu/ftestexcept.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/s390/fpu/ftestexcept.c b/libc/sysdeps/s390/fpu/ftestexcept.c
index 51af57e90..50d5afe3e 100644
--- a/libc/sysdeps/s390/fpu/ftestexcept.c
+++ b/libc/sysdeps/s390/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
@@ -31,3 +31,4 @@ fetestexcept (int excepts)
temp = (temp >> FPC_DXC_SHIFT) | (temp >> FPC_FLAGS_SHIFT);
return temp & excepts & FE_ALL_EXCEPT;
}
+libm_hidden_def (fetestexcept)