Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm

Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
This commit is contained in:
Eshan dhawan via Newlib 2020-07-04 04:11:06 +05:30 committed by Corinna Vinschen
parent bb96bd03b0
commit 104caeb7b1
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ extern const fenv_t *_fe_dfl_env;
#define _ENABLE_MASK (FE_ALL_EXCEPT << _FPUSW_SHIFT)
#endif
#ifndef __ARM_PCS_VFP
int feclearexcept(int excepts);
int fegetexceptflag(fexcept_t *flagp, int excepts);
@ -113,7 +113,7 @@ int fedisableexcept(int __mask);
int fegetexcept(void);
#endif /* __BSD_VISIBLE */
#endif /* __ARM_PCS_VFP */
#ifdef __cplusplus
}