summaryrefslogtreecommitdiff
path: root/sysdeps/hppa/fpu/fesetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/fpu/fesetenv.c')
-rw-r--r--sysdeps/hppa/fpu/fesetenv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/hppa/fpu/fesetenv.c b/sysdeps/hppa/fpu/fesetenv.c
index f0c68560c0..2c7986987b 100644
--- a/sysdeps/hppa/fpu/fesetenv.c
+++ b/sysdeps/hppa/fpu/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment.
- Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Huggins-Daines <dhd@debian.org>, 2000
Based on the m68k version by
@@ -68,3 +68,4 @@ fesetenv (const fenv_t *envp)
/* Success. */
return 0;
}
+libm_hidden_def (fesetenv)