Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/math.h')
-rw-r--r--newlib/libc/include/math.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h
index 817e81183..c0a743d0f 100644
--- a/newlib/libc/include/math.h
+++ b/newlib/libc/include/math.h
@@ -7,7 +7,6 @@ extern "C" {
#define _MATH_H_
#include <sys/reent.h>
-#include <sys/types.h>
#include <machine/ieeefp.h>
#include "_ansi.h"
@@ -18,7 +17,7 @@ extern "C" {
union __dmath
{
- __uint32_t i[2];
+ __ULong i[2];
double d;
};