public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] RISC-V: Fix header guard for sys/fenv.h
@ 2019-08-02  7:34 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-08-02  7:34 UTC (permalink / raw)
  To: newlib-cvs

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

commit 654398db84c689068476e1f06b08f2093c0cc920
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Fri Aug 2 11:38:09 2019 +0800

    RISC-V: Fix header guard for sys/fenv.h

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

diff --git a/newlib/libc/machine/riscv/sys/fenv.h b/newlib/libc/machine/riscv/sys/fenv.h
index 1c43425..e69978d 100644
--- a/newlib/libc/machine/riscv/sys/fenv.h
+++ b/newlib/libc/machine/riscv/sys/fenv.h
@@ -9,8 +9,8 @@
    http://www.opensource.org/licenses.
 */
 
-#ifndef _FENV_H_
-#define _FENV_H_
+#ifndef _SYS_FENV_H
+#define _SYS_FENV_H
 
 #include <stddef.h>
 
@@ -74,4 +74,4 @@ typedef size_t fexcept_t;
 extern const fenv_t fe_dfl_env;
 #define FE_DFL_ENV fe_dfl_env_p
 
-#endif /* _FENV_H_ */
+#endif /* _SYS_FENV_H */


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

only message in thread, other threads:[~2019-08-02  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  7:34 [newlib-cygwin] RISC-V: Fix header guard for sys/fenv.h Corinna Vinschen

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).