diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-21 21:23:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-21 21:23:10 +0000 |
commit | df0f68a0464d25bd6826ba38309f149a87e62033 (patch) | |
tree | 90bc7f26c300489af0016829b3493c59f2698f03 /sysdeps | |
parent | 41ddd7da3c04e8426f9b0220324a893dafacb95a (diff) | |
download | glibc-df0f68a0464d25bd6826ba38309f149a87e62033.tar glibc-df0f68a0464d25bd6826ba38309f149a87e62033.tar.gz glibc-df0f68a0464d25bd6826ba38309f149a87e62033.tar.bz2 glibc-df0f68a0464d25bd6826ba38309f149a87e62033.zip |
Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 for MIPS.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mips/bits/wordsize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mips/bits/wordsize.h b/sysdeps/mips/bits/wordsize.h index c738d28e92..2b3549b9e5 100644 --- a/sysdeps/mips/bits/wordsize.h +++ b/sysdeps/mips/bits/wordsize.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2002-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,5 +17,5 @@ #define __WORDSIZE _MIPS_SZPTR #if _MIPS_SIM == _ABI64 -# define __WORDSIZE_COMPAT32 1 +# define __WORDSIZE_TIME64_COMPAT32 1 #endif |