From 26011b5cfa6a1a8d8005d65f11d97498444a4e95 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Mon, 24 Mar 2014 16:46:51 +0100 Subject: S390: Define SIZE_MAX as unsigned long (BZ #16712). --- sysdeps/s390/s390-32/bits/wordsize.h | 1 + sysdeps/s390/s390-64/bits/wordsize.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sysdeps/s390') diff --git a/sysdeps/s390/s390-32/bits/wordsize.h b/sysdeps/s390/s390-32/bits/wordsize.h index b41661217f..da791fa28e 100644 --- a/sysdeps/s390/s390-32/bits/wordsize.h +++ b/sysdeps/s390/s390-32/bits/wordsize.h @@ -4,6 +4,7 @@ # define __WORDSIZE 64 #else # define __WORDSIZE 32 +# define __WORDSIZE32_SIZE_ULONG 1 #endif #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DOUBLE_MATH_OPTIONAL diff --git a/sysdeps/s390/s390-64/bits/wordsize.h b/sysdeps/s390/s390-64/bits/wordsize.h index b41661217f..da791fa28e 100644 --- a/sysdeps/s390/s390-64/bits/wordsize.h +++ b/sysdeps/s390/s390-64/bits/wordsize.h @@ -4,6 +4,7 @@ # define __WORDSIZE 64 #else # define __WORDSIZE 32 +# define __WORDSIZE32_SIZE_ULONG 1 #endif #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DOUBLE_MATH_OPTIONAL -- cgit 1.4.1