mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
(__feraiseexcept): Correct declaration to return value.
This commit is contained in:
parent
5e516adf18
commit
9a25e078c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user