[PATCH 1/2] ada: Fix RTEMS.Time_t

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Jan 23 08:54:51 UTC 2018


Update #3111.
---
 cpukit/include/adainclude/rtems.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/adainclude/rtems.ads b/cpukit/include/adainclude/rtems.ads
index 17ce1ab1d2..470d67dc7d 100644
--- a/cpukit/include/adainclude/rtems.ads
+++ b/cpukit/include/adainclude/rtems.ads
@@ -126,7 +126,7 @@ pragma Elaborate_Body (RTEMS);
          Ticks   : RTEMS.Unsigned32; -- elapsed ticks between seconds
       end record;
 
-   type Time_T is new Interfaces.C.Long;
+   type Time_T is new Long_Long_Integer;
 
    type Timespec is record
       TV_Sec  : Time_T;
-- 
2.12.3



More information about the devel mailing list