Fix fenv_t initializer ()

This commit is contained in:
Li Bohai 2024-11-09 21:40:26 +08:00 committed by GitHub
parent 5992e5a177
commit c4667caea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
loongarch64
riscv64

@ -1,5 +1,5 @@
#define __fenv_static
#include <fenv.h>
#include <openlibm_fenv.h>
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"

@ -27,7 +27,7 @@
*/
#define __fenv_static
#include "fenv.h"
#include <openlibm_fenv.h>
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"