mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
don't use system machine/npx.h on OS X either, since it may not exists and isn't necessary
This commit is contained in:
parent
02a9a8bfc3
commit
923ff3768f
1 changed files with 0 additions and 4 deletions
|
@ -29,11 +29,7 @@
|
|||
#include <cdefs-compat.h>
|
||||
#include <types-compat.h>
|
||||
#include <math_private.h>
|
||||
#if defined(_WIN32) || defined(__linux__)
|
||||
#include <i387/bsd_npx.h>
|
||||
#else
|
||||
#include <machine/npx.h>
|
||||
#endif
|
||||
|
||||
#define __fenv_static
|
||||
#include "fenv.h"
|
||||
|
|
Loading…
Reference in a new issue