Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-10-09 19:00:45 +0300
committerJoel Sherrill <joel@rtems.org>2019-10-09 19:00:45 +0300
commit9e06ba1ac310c5a2392bb9d150e4686bbb118d6c (patch)
treeb2727613f36aee285fb8f1437a5938e4df382c02
parentcfc4955234828881145a20987c8a0a3cd373585c (diff)
riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p
-rw-r--r--newlib/libc/machine/riscv/sys/fenv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/machine/riscv/sys/fenv.h b/newlib/libc/machine/riscv/sys/fenv.h
index e69978dca..6cbd321f3 100644
--- a/newlib/libc/machine/riscv/sys/fenv.h
+++ b/newlib/libc/machine/riscv/sys/fenv.h
@@ -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 */