mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
hppa: Revise __TIMESIZE define to use __WORDSIZE
Handle both 32 and 64-bit ABIs. Signed-off-by: John David Anglin <dave.anglin@bell.net>
This commit is contained in:
parent
21a171bcb2
commit
e9327e8584
@ -16,5 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
/* Size in bits of the 'time_t' type of the default ABI. */
|
||||
#define __TIMESIZE 32
|
||||
#define __TIMESIZE __WORDSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user