From 62e59b120f97d25c1ea72b01b10e63dab1ddaf34 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 11 Jan 2011 07:25:37 +0000 Subject: Added ssize_t type again in stdint.h --- include/stdint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdint.h') diff --git a/include/stdint.h b/include/stdint.h index 59d067302..4836190c5 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -243,5 +243,6 @@ typedef uint64_t uintmax_t; #endif // __STDC_CONSTANT_MACROS ] +typedef int ssize_t; #endif // _MSC_STDINT_H_ ] -- cgit v1.2.3