|
@@ -29,14 +29,14 @@
|
|
#ifndef _FENV_H_
|
|
#ifndef _FENV_H_
|
|
#define _FENV_H_
|
|
#define _FENV_H_
|
|
|
|
|
|
-#include <sys/types.h>
|
|
|
|
|
|
+#include <stdint.h>
|
|
|
|
|
|
#ifndef __fenv_static
|
|
#ifndef __fenv_static
|
|
#define __fenv_static static
|
|
#define __fenv_static static
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-typedef __uint32_t fenv_t;
|
|
|
|
-typedef __uint32_t fexcept_t;
|
|
|
|
|
|
+typedef uint32_t fenv_t;
|
|
|
|
+typedef uint32_t fexcept_t;
|
|
|
|
|
|
/* Exception flags */
|
|
/* Exception flags */
|
|
#define FE_INVALID 0x0001
|
|
#define FE_INVALID 0x0001
|