Skip to content

Commit c856101

Browse files
authored
Merge pull request #219 from maleadt/tb/dont_export_fenv
Revert "Export `fenv` functions on all platforms (#213)"
2 parents b34f107 + be31bff commit c856101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd64/fenv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "bsd_fpu.h"
3030
#include "math_private.h"
3131

32-
#ifndef OPENLIBM_USE_HOST_FENV_H
32+
#ifdef _WIN32
3333
#define __fenv_static OLM_DLLEXPORT
3434
#endif
3535
#include <openlibm_fenv.h>

0 commit comments

Comments
 (0)