public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p
@ 2019-10-10 13:17 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2019-10-10 13:17 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9e06ba1ac310c5a2392bb9d150e4686bbb118d6c

commit 9e06ba1ac310c5a2392bb9d150e4686bbb118d6c
Author: Joel Sherrill <joel@rtems.org>
Date:   Wed Oct 9 11:00:45 2019 -0500

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

Diff:
---
 newlib/libc/machine/riscv/sys/fenv.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/newlib/libc/machine/riscv/sys/fenv.h b/newlib/libc/machine/riscv/sys/fenv.h
index e69978d..6cbd321 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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-10 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 13:17 [newlib-cygwin] riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).