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:
John David Anglin 2023-04-05 18:35:38 +00:00
parent 21a171bcb2
commit e9327e8584

View File

@ -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