1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32

This commit is contained in:
H.J. Lu
2012-05-21 13:39:55 -07:00
parent d8d1017e5e
commit 20c07380db
9 changed files with 28 additions and 12 deletions

View File

@ -2,7 +2,7 @@
#if defined __powerpc64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
# define __WORDSIZE_TIME64_COMPAT32 1
#else
# define __WORDSIZE 32
#endif