diff options
Diffstat (limited to 'sysdeps/wordsize-64/stdint.h')
-rw-r--r-- | sysdeps/wordsize-64/stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/stdint.h b/sysdeps/wordsize-64/stdint.h index 3e05aebe54..c0e521ac70 100644 --- a/sysdeps/wordsize-64/stdint.h +++ b/sysdeps/wordsize-64/stdint.h @@ -78,7 +78,7 @@ typedef unsigned long int uint_fast64_t; /* Types for `void *' pointers. */ -typedef int intptr_t; +typedef long int intptr_t; typedef unsigned long int uintptr_t; |