aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/fpu/fegetenv.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-02-10 15:15:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2010-02-10 15:15:32 +0000
commit8256e69afdc080d7e001422b5faf83e37d7f872a (patch)
tree0275ff134b78c4cfb9d767c6db0e272626d14439 /sysdeps/mips/fpu/fegetenv.c
parentcaf557426d1d46e42f0f235bee4ca9d400d09d26 (diff)
downloadglibc-8256e69afdc080d7e001422b5faf83e37d7f872a.tar
glibc-8256e69afdc080d7e001422b5faf83e37d7f872a.tar.gz
glibc-8256e69afdc080d7e001422b5faf83e37d7f872a.tar.bz2
glibc-8256e69afdc080d7e001422b5faf83e37d7f872a.zip
Add hidden alias for MIPS fegetenv.
Diffstat (limited to 'sysdeps/mips/fpu/fegetenv.c')
-rw-r--r--sysdeps/mips/fpu/fegetenv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mips/fpu/fegetenv.c b/sysdeps/mips/fpu/fegetenv.c
index c1741385fd..da5d597746 100644
--- a/sysdeps/mips/fpu/fegetenv.c
+++ b/sysdeps/mips/fpu/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2002, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1998.
@@ -29,3 +29,4 @@ fegetenv (fenv_t *envp)
/* Success. */
return 0;
}
+libm_hidden_def (fegetenv)