aboutsummaryrefslogtreecommitdiff
path: root/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdint.h')
-rw-r--r--include/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdint.h b/include/stdint.h
index 4836190c5..87010ca5c 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -243,6 +243,6 @@ typedef uint64_t uintmax_t;
#endif // __STDC_CONSTANT_MACROS ]
-typedef int ssize_t;
+typedef intptr_t ssize_t;
#endif // _MSC_STDINT_H_ ]