25 lines
857 B
Diff
25 lines
857 B
Diff
From eeec799f43fbd0bfffc13594585b39d708972511 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
|
|
Date: Tue, 19 Jul 2022 14:54:07 +0200
|
|
Subject: [PATCH 32/35] libgnat: time_t is always 64-bit on musl libc
|
|
|
|
---
|
|
gcc/ada/libgnat/s-parame.ads | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gcc/ada/libgnat/s-parame.ads b/gcc/ada/libgnat/s-parame.ads
|
|
index 3d6e345a1ba..cfe0b4d3ca6 100644
|
|
--- a/gcc/ada/libgnat/s-parame.ads
|
|
+++ b/gcc/ada/libgnat/s-parame.ads
|
|
@@ -102,7 +102,7 @@ package System.Parameters is
|
|
-- Characteristics of time_t type --
|
|
------------------------------------
|
|
|
|
- time_t_bits : constant := Long_Integer'Size;
|
|
+ time_t_bits : constant := Long_Long_Integer'Size;
|
|
-- Number of bits in type time_t
|
|
|
|
----------------------------------------------
|
|
--
|
|
2.41.0
|
|
|