Skip to content

Commit

Permalink
Merge pull request #219 from maleadt/tb/dont_export_fenv
Browse files Browse the repository at this point in the history
Revert "Export `fenv` functions on all platforms (#213)"
  • Loading branch information
staticfloat authored Nov 16, 2020
2 parents b34f107 + be31bff commit c856101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amd64/fenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "bsd_fpu.h"
#include "math_private.h"

#ifndef OPENLIBM_USE_HOST_FENV_H
#ifdef _WIN32
#define __fenv_static OLM_DLLEXPORT
#endif
#include <openlibm_fenv.h>
Expand Down

0 comments on commit c856101

Please sign in to comment.