mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Merge pull request #141 from arjenroodselaar/fix-arm-decls
Include missing decls for ARM
This commit is contained in:
commit
5dd13830bf
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "cdefs-compat.h"
|
||||||
|
|
||||||
#ifndef __fenv_static
|
#ifndef __fenv_static
|
||||||
#define __fenv_static static
|
#define __fenv_static static
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue