about summary refs log tree commit diff
path: root/sysdeps/mips/fpu/fraiseexcpt.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-10-02 11:01:06 +0000
committerAndreas Jaeger <aj@suse.de>2002-10-02 11:01:06 +0000
commitdc312cba4b6e6f90571773783f048e840f216c65 (patch)
tree10e9a214f22c5456ff51a33662eac69d687789bc /sysdeps/mips/fpu/fraiseexcpt.c
parentb77bb4fb08dd8a5e3f926ceb14fd7a9bcbe2d042 (diff)
downloadglibc-dc312cba4b6e6f90571773783f048e840f216c65.tar.gz
glibc-dc312cba4b6e6f90571773783f048e840f216c65.tar.xz
glibc-dc312cba4b6e6f90571773783f048e840f216c65.zip
* sysdeps/mips/fpu/fraiseexcpt.c: Add internal definition.
* sysdeps/mips/fpu/fesetenv.c: Likewise.
Diffstat (limited to 'sysdeps/mips/fpu/fraiseexcpt.c')
-rw-r--r--sysdeps/mips/fpu/fraiseexcpt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mips/fpu/fraiseexcpt.c b/sysdeps/mips/fpu/fraiseexcpt.c
index 7f3d977787..3e2ebe0fe7 100644
--- a/sysdeps/mips/fpu/fraiseexcpt.c
+++ b/sysdeps/mips/fpu/fraiseexcpt.c
@@ -43,3 +43,5 @@ feraiseexcept (int excepts)
 
   return 0;
 }
+
+libm_hidden_def (feraiseexcept)