summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elf.h7
-rw-r--r--include/image.h5
2 files changed, 0 insertions, 12 deletions
diff --git a/include/elf.h b/include/elf.h
index 1be294a..4ea3926 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -43,13 +43,6 @@
#include <stdint.h>
#endif
-#ifdef __CYGWIN__
-#include <sys/types.h>
-typedef unsigned long int uint32_t;
-typedef unsigned short uint16_t;
-typedef unsigned char uint8_t;
-#endif /* __CYGWIN__ */
-
/*
* This version doesn't work for 64-bit ABIs - Erik.
*/
diff --git a/include/image.h b/include/image.h
index 9c6f95b..7be17e5 100644
--- a/include/image.h
+++ b/include/image.h
@@ -124,11 +124,6 @@
#define IH_MAGIC 0x27051956 /* Image Magic Number */
#define IH_NMLEN 32 /* Image Name Length */
-#ifdef __CYGWIN__
-typedef unsigned long uint32_t;
-typedef unsigned char uint8_t;
-#endif /* __CYGWIN__ */
-
/*
* all data in network byte order (aka natural aka bigendian)
*/