about summary refs log tree commit diff
path: root/sysdeps/wordsize-64
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64')
-rw-r--r--sysdeps/wordsize-64/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/stdint.h b/sysdeps/wordsize-64/stdint.h
index 2f7cd49154..9719f49c49 100644
--- a/sysdeps/wordsize-64/stdint.h
+++ b/sysdeps/wordsize-64/stdint.h
@@ -152,7 +152,7 @@ typedef unsigned long int uintmax_t;
 
 /* Values to test for integral types holding `void *' pointer.  */
 # define INTPTR_MIN		(-9223372036854775807L-1)
-# define INTPTR_MAX		(9223372036854775807L
+# define INTPTR_MAX		(9223372036854775807L)
 # define UINTPTR_MAX		(18446744073709551615UL)