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