mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
Ignore __pure2 on linux as I don't know what to do about it.
This commit is contained in:
parent
7129663350
commit
68fae89b6a
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
/* Not sure what to do about __pure2 on linux */
|
||||||
|
#define __pure2
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#define __pure2
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue