move wint_t definition to the shared part of alltypes.h.in

This commit is contained in:
Rich Felker
2014-12-21 02:43:35 -05:00
parent dac4fc49ae
commit 91f15e2d0d
10 changed files with 1 additions and 9 deletions

View 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;