Skip to content

Commit 6404565

Browse files
committed
Fix fenv_t initializer
1 parent 5992e5a commit 6404565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loongarch64/fenv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define __fenv_static
2-
#include <fenv.h>
2+
#include <openlibm_fenv.h>
33

44
#ifdef __GNUC_GNU_INLINE__
55
#error "This file must be compiled with C99 'inline' semantics"

riscv64/fenv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
#define __fenv_static
30-
#include "fenv.h"
30+
#include <openlibm_fenv.h>
3131

3232
#ifdef __GNUC_GNU_INLINE__
3333
#error "This file must be compiled with C99 'inline' semantics"

0 commit comments

Comments
 (0)