mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
RISC-V: Fix header guard for sys/fenv.h
This commit is contained in:
parent
2986a524d8
commit
654398db84
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user