about summary refs log tree commit diff
path: root/sysdeps/wordsize-64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-18 09:48:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-18 09:48:05 +0000
commit1acf7665c7b5f1d65b322de82065c4eaec623afe (patch)
tree09312155fcdcf84d7611ee61771306e42000f83d /sysdeps/wordsize-64
parent2a269cd083e6e40255952e4300178b819514cca7 (diff)
downloadglibc-1acf7665c7b5f1d65b322de82065c4eaec623afe.tar.gz
glibc-1acf7665c7b5f1d65b322de82065c4eaec623afe.tar.xz
glibc-1acf7665c7b5f1d65b322de82065c4eaec623afe.zip
Update.
1999-05-18  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/wordsize-64/stdint.h (INTPTR_MAX): Add missing ).

1999-05-17  David S. Miller  <davem@redhat.com>

	* sysdeps/sparc/sparc32/atomicity.h: New file.
	* sysdeps/sparc/sparc32/sparcv9/atomicity.h: New file.
	* sysdeps/sparc/sparc64/atomicity.h: New file.
	* sysdeps/sparc/sparc32/sparcv9/Makefile: Add -Wa,-Av9a to
	sysdep-CFLAGS.
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)