diff options
Diffstat (limited to 'sysdeps/m68k/fpu/fgetexcptflg.c')
-rw-r--r-- | sysdeps/m68k/fpu/fgetexcptflg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/fgetexcptflg.c b/sysdeps/m68k/fpu/fgetexcptflg.c index 5d3a435970..8a56e209b0 100644 --- a/sysdeps/m68k/fpu/fgetexcptflg.c +++ b/sysdeps/m68k/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for 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> @@ -35,4 +35,4 @@ __fegetexceptflag (fexcept_t *flagp, int excepts) } strong_alias (__fegetexceptflag, __old_fegetexceptflag) symbol_version (__old_fegetexceptflag, fegetexceptflag, GLIBC_2.1); -default_symbol_version (__fegetexceptflag, fegetexceptflag, GLIBC_2.1.3); +default_symbol_version (__fegetexceptflag, fegetexceptflag, GLIBC_2.2); |