ref: 5a94ac5ea5a6f895a0b1190b839bc4245455fcb2
parent: 2ccd8d847b565a199d28acb8015c401a9d511a6d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jan 24 12:18:29 EST 2017
[libc] Fix intptr_t in z80
--- a/libc/include/z80/stdint.h
+++ b/libc/include/z80/stdint.h
@@ -32,7 +32,7 @@
typedef unsigned long uint32_fast_t;
typedef unsigned long long uint64_fast_t;
-typedef long intptr_t;
+typedef int intptr_t;
typedef unsigned uintptr_t;
typedef long long intmax_t;