Skip to content

Commit

Permalink
[Ada] Declare time_t uniformly based on a system parameter #2
Browse files Browse the repository at this point in the history
gcc/ada/

	* libgnat/s-osprim__x32.adb: Add missing with clause.
  • Loading branch information
ArnaudCharlet committed Jul 25, 2021
1 parent 5a957cd commit b454c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/ada/libgnat/s-osprim__x32.adb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

-- This version is for Linux/x32

with System.Parameters;

package body System.OS_Primitives is

-- ??? These definitions are duplicated from System.OS_Interface
Expand Down

0 comments on commit b454c40

Please sign in to comment.