riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p

This commit is contained in:
Joel Sherrill 2019-10-09 11:00:45 -05:00
parent cfc4955234
commit 9e06ba1ac3
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@
typedef size_t fenv_t;
typedef size_t fexcept_t;
extern const fenv_t fe_dfl_env;
extern const fenv_t *fe_dfl_env_p;
#define FE_DFL_ENV fe_dfl_env_p
#endif /* _SYS_FENV_H */