Commit 1e273538 by Arnaud Charlet Committed by Arnaud Charlet

re PR ada/35917 (s-linux.ads:106:41: "int" is not visible)

PR ada/35917
	* s-linux-hppa.ads: Fix syntax errors.

From-SVN: r134226
parent 295e261a
2008-04-12 Arnaud Charlet <charlet@adacore.com>
* s-linux-hppa.ads: Fix syntax errors.
2008-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* gnat_ugn.texi: Fix typos. * gnat_ugn.texi: Fix typos.
...@@ -103,7 +103,7 @@ package System.Linux is ...@@ -103,7 +103,7 @@ package System.Linux is
SA_SIGINFO : constant := 16#10#; SA_SIGINFO : constant := 16#10#;
SA_ONSTACK : constant := 16#01#; SA_ONSTACK : constant := 16#01#;
type lock_array is array (1 .. 4) of int; type lock_array is array (1 .. 4) of Integer;
type atomic_lock_t is record type atomic_lock_t is record
lock : lock_array; lock : lock_array;
end record; end record;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment