From 9a25e078c309f626d8c3c2b30d1d7eb61b6dc7ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Feb 2000 00:58:51 +0000 Subject: [PATCH] (__feraiseexcept): Correct declaration to return value. --- sysdeps/alpha/fpu/fraiseexcpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/alpha/fpu/fraiseexcpt.c b/sysdeps/alpha/fpu/fraiseexcpt.c index bcbc06b400..1cf9e580de 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;