summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r--newlib/libc/include/sys/_types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/include/sys/_types.h b/newlib/libc/include/sys/_types.h
index 1265c46f5..3d66f5a01 100644
--- a/newlib/libc/include/sys/_types.h
+++ b/newlib/libc/include/sys/_types.h
@@ -21,8 +21,6 @@ typedef long _ssize_t;
#define __need_wint_t
#include <stddef.h>
-#ifndef _MBSTATE_T
-#define _MBSTATE_T
/* Conversion state information. */
typedef struct
{
@@ -33,15 +31,6 @@ typedef struct
unsigned char __wchb[4];
} __value; /* Value so far. */
} _mbstate_t;
-#endif /* _MBSTATE_T */
-
-#ifdef __CYGWIN__
-# ifndef MBSTATE_T
-# define MBSTATE_T
-typedef _mbstate_t mbstate_t;
-# endif /* MBSTATE_T */
-# define WEOF (0xffffffffu)
-#endif /* __CYGWIN__ */
typedef int _flock_t;