123456789101112131415 |
- $OpenBSD: patch-gcc_ada_a-calend_adb,v 1.1.1.1 2016/09/04 16:20:15 pascal Exp $
- --- gcc/ada/a-calend.adb.orig Mon Jan 20 00:59:54 2014
- +++ gcc/ada/a-calend.adb Mon Jan 20 01:00:33 2014
- @@ -684,9 +684,7 @@ package body Ada.Calendar is
- type int_Pointer is access all Interfaces.C.int;
- type long_Pointer is access all Interfaces.C.long;
-
- - type time_t is
- - range -(2 ** (Standard'Address_Size - Integer'(1))) ..
- - +(2 ** (Standard'Address_Size - Integer'(1)) - 1);
- + type time_t is new Long_Long_Integer;
- type time_t_Pointer is access all time_t;
-
- procedure localtime_tzoff
|