(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / s390 / s390-64 / bits / wordsize.h
blob4f50d8586c90d679deef843c905c10722f9e07c7
1 /* Determine the wordsize from the preprocessor defines. */
3 #if defined __s390x__
4 # define __WORDSIZE 64
5 #else
6 # define __WORDSIZE 32
7 #endif