From: Ulrich Drepper Date: Sat, 26 Feb 2000 00:58:51 +0000 (+0000) Subject: (__feraiseexcept): Correct declaration to return value. X-Git-Tag: upstream/2.30~10627^2~2655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a25e078c309f626d8c3c2b30d1d7eb61b6dc7ac;p=external%2Fglibc.git (__feraiseexcept): Correct declaration to return value. --- diff --git a/sysdeps/alpha/fpu/fraiseexcpt.c b/sysdeps/alpha/fpu/fraiseexcpt.c index bcbc06b..1cf9e58 100644 --- a/sysdeps/alpha/fpu/fraiseexcpt.c +++ b/sysdeps/alpha/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson , 1997. @@ -21,7 +21,7 @@ #include #include -void +int __feraiseexcept (int excepts) { double tmp;