move wint_t definition to the shared part of alltypes.h.in
authorRich Felker <dalias@aerifal.cx>
Sun, 21 Dec 2014 07:43:35 +0000 (02:43 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 21 Dec 2014 07:43:35 +0000 (02:43 -0500)
arch/arm/bits/alltypes.h.in
arch/i386/bits/alltypes.h.in
arch/microblaze/bits/alltypes.h.in
arch/mips/bits/alltypes.h.in
arch/or1k/bits/alltypes.h.in
arch/powerpc/bits/alltypes.h.in
arch/sh/bits/alltypes.h.in
arch/x32/bits/alltypes.h.in
arch/x86_64/bits/alltypes.h.in
include/alltypes.h.in

index bbe3ce6e5781adcd265bca89be992db9f9af2b22..8d49e7ec9ce17329784c5fb07c8d5626d7a0afd4 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF unsigned wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index 646922b19ff2c9eb019a3df73557b9a8e523b150..3621af58f816cc3d476fa568937ee9f08441621c 100644 (file)
@@ -17,7 +17,6 @@ TYPEDEF __WCHAR_TYPE__ wchar_t;
 TYPEDEF long wchar_t;
 #endif
 #endif
-TYPEDEF unsigned wint_t;
 
 #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 0
 TYPEDEF float float_t;
index 95f1ebb807d96f64840c6f93ef4a0d5ea45b0545..a04363d8e58d8c5d1b6a2ed6d7fb508a45285fe1 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index 95f1ebb807d96f64840c6f93ef4a0d5ea45b0545..a04363d8e58d8c5d1b6a2ed6d7fb508a45285fe1 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index bbe3ce6e5781adcd265bca89be992db9f9af2b22..8d49e7ec9ce17329784c5fb07c8d5626d7a0afd4 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF unsigned wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index 7446ab47b3b16901086be385cd21c025de3e48b9..8628072809e804cb5a8756e3fd42fdd942414227 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF long wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index 7446ab47b3b16901086be385cd21c025de3e48b9..8628072809e804cb5a8756e3fd42fdd942414227 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF long wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 TYPEDEF float float_t;
 TYPEDEF double double_t;
index a469d5c6dc9c98d4a008cbcfbd760e2fe4ef5345..74cb212e4727e939646a216abe562f7dcd0a5e17 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF long wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
 TYPEDEF long double float_t;
index 2ce8e4a5ad2e51a126db29025e52ae84e7dae7bf..aaec334ce07cc130fa7a23cacc66f3f911d6bb8a 100644 (file)
@@ -8,7 +8,6 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif
-TYPEDEF unsigned wint_t;
 
 #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
 TYPEDEF long double float_t;
index 98c2f3b1e230732a29444ffd55dfd3a07513bce6..6a9c105fb6c02b31ddda25d948f68647697e99f2 100644 (file)
@@ -28,6 +28,7 @@ TYPEDEF _Int64 blkcnt_t;
 TYPEDEF unsigned _Int64 fsblkcnt_t;
 TYPEDEF unsigned _Int64 fsfilcnt_t;
 
+TYPEDEF unsigned wint_t;
 TYPEDEF unsigned long wctype_t;
 
 TYPEDEF void * timer_t;