* mingwex/fe*.c: Revert previous changes.

* include/fenv.h: Revert previous changes.

	Add Changelog entry for the reverted change.
This commit is contained in:
Danny Smith
2005-08-25 08:39:54 +00:00
parent b9ebff640a
commit 9e28e551f2
9 changed files with 42 additions and 14 deletions

View File

@@ -4,8 +4,9 @@
The fegetenv function stores the current floating-point environment
in the object pointed to by envp. */
void fegetenv (fenv_t * envp)
int fegetenv (fenv_t * envp)
{
__asm__ ("fnstenv %0;": "=m" (*envp));
return 0;
}