mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix
This commit is contained in:
@@ -23,7 +23,7 @@ int
|
||||
fedisableexcept (int excepts)
|
||||
{
|
||||
fenv_union_t fe, curr;
|
||||
int result = 0, new;
|
||||
int result, new;
|
||||
|
||||
/* Get current exception mask to return. */
|
||||
fe.fenv = curr.fenv = fegetenv_register ();
|
||||
|
||||
@@ -23,7 +23,7 @@ int
|
||||
feenableexcept (int excepts)
|
||||
{
|
||||
fenv_union_t fe, curr;
|
||||
int result = 0, new;
|
||||
int result, new;
|
||||
|
||||
/* Get current exception mask to return. */
|
||||
fe.fenv = curr.fenv = fegetenv_register ();
|
||||
|
||||
Reference in New Issue
Block a user