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/sys/linux')
-rw-r--r--newlib/libc/sys/linux/sys/_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/sys/linux/sys/_types.h b/newlib/libc/sys/linux/sys/_types.h
index c37abc37e..15ccf1061 100644
--- a/newlib/libc/sys/linux/sys/_types.h
+++ b/newlib/libc/sys/linux/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,7 +31,6 @@ typedef struct
unsigned char __wchb[4];
} __value; /* Value so far. */
} _mbstate_t;
-#endif /* _MBSTATE_T */
struct __flock_t_tmp;
typedef struct