From 91f15e2d0d7621a3ce7b4ff8f3dbc61119b44cc7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 21 Dec 2014 02:43:35 -0500 Subject: move wint_t definition to the shared part of alltypes.h.in --- include/alltypes.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'include/alltypes.h.in') diff --git a/include/alltypes.h.in b/include/alltypes.h.in index 98c2f3b1..6a9c105f 100644 --- a/include/alltypes.h.in +++ b/include/alltypes.h.in @@ -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; -- cgit v1.2.1