diff options
Diffstat (limited to 'sysdeps/m68k/fpu/feupdateenv.c')
-rw-r--r-- | sysdeps/m68k/fpu/feupdateenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/feupdateenv.c b/sysdeps/m68k/fpu/feupdateenv.c index 48d42d983f..7115f8b5cf 100644 --- a/sysdeps/m68k/fpu/feupdateenv.c +++ b/sysdeps/m68k/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> @@ -42,4 +42,4 @@ __feupdateenv (const fenv_t *envp) } strong_alias (__feupdateenv, __old_feupdateenv) symbol_version (__old_feupdateenv, feupdateenv, GLIBC_2.1); -default_symbol_version (__feupdateenv, feupdateenv, GLIBC_2.1.3); +default_symbol_version (__feupdateenv, feupdateenv, GLIBC_2.2); |