diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-02-10 15:15:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-02-10 15:15:32 +0000 |
commit | 8256e69afdc080d7e001422b5faf83e37d7f872a (patch) | |
tree | 0275ff134b78c4cfb9d767c6db0e272626d14439 /sysdeps/mips/fpu/fegetenv.c | |
parent | caf557426d1d46e42f0f235bee4ca9d400d09d26 (diff) | |
download | glibc-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.c | 3 |
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) |