From 9211a1adeca1e408048bcbfe935079ff69b3fe63 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 16 Sep 2002 18:55:25 +0000 Subject: 2002-09-16 Jeff Johnston * libc/include/wchar.h (mbstate_t): Change protective flag to be _MBSTATE_T. * libc/include/sys/_types.h (_mbstate_t): Remove protective flag. [__CYGWIN__]: Remove special code that defines mbstate_t and WEOF for Cygwin. * libc/sys/linux/sys/_types.h (_mbstate_t): Remove protective flag. --- newlib/libc/sys/linux/sys/_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'newlib/libc/sys/linux') 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 -#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 -- cgit v1.2.3