(__feraiseexcept): Correct declaration to return value.
authorUlrich Drepper <drepper@redhat.com>
Sat, 26 Feb 2000 00:58:51 +0000 (00:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 26 Feb 2000 00:58:51 +0000 (00:58 +0000)
sysdeps/alpha/fpu/fraiseexcpt.c

index bcbc06b..1cf9e58 100644 (file)
@@ -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 <rth@tamu.edu>, 1997.
 
@@ -21,7 +21,7 @@
 #include <fenv.h>
 #include <math.h>
 
-void
+int
 __feraiseexcept (int excepts)
 {
   double tmp;