diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fesetround.c')
-rw-r--r-- | sysdeps/sh/sh4/fpu/fesetround.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/sh/sh4/fpu/fesetround.c b/sysdeps/sh/sh4/fpu/fesetround.c index cf4349004e..9966838387 100644 --- a/sysdeps/sh/sh4/fpu/fesetround.c +++ b/sysdeps/sh/sh4/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 1998, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. @@ -41,4 +41,3 @@ fesetround (int round) return 1; } -libm_hidden_def (fesetround) |