(__feraiseexcept): Correct declaration to return value.

This commit is contained in:
Ulrich Drepper 2000-02-26 00:58:51 +00:00
parent 5e516adf18
commit 9a25e078c3

View 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;