Merge pull request #219 from maleadt/tb/dont_export_fenv

Revert "Export `fenv` functions on all platforms (#213)"
This commit is contained in:
Elliot Saba 2020-11-16 12:23:59 -08:00 committed by GitHub
commit c8561015a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>