Commit 92fe59d1 by Eric Botcazou

Fix formatting

From-SVN: r155150
parent 1a8ef96c
...@@ -109,12 +109,11 @@ package System.Linux is ...@@ -109,12 +109,11 @@ package System.Linux is
SA_SIGINFO : constant := 16#200#; SA_SIGINFO : constant := 16#200#;
SA_ONSTACK : constant := 16#001#; SA_ONSTACK : constant := 16#001#;
-- 24 bytes for 32-bit and 40 bytes for 64-bit, aligned like 'long'
type pthread_mutex_t is record type pthread_mutex_t is record
L1, L2, L3, L4 : Interfaces.C.long; L1, L2, L3, L4 : Interfaces.C.long;
I1, I2 : Interfaces.C.int; I1, I2 : Interfaces.C.int;
end record; end record;
pragma Convention (C, pthread_mutex_t); pragma Convention (C, pthread_mutex_t);
-- 24 bytes for 32-bit and 40 bytes for 64-bit, aligned like 'long'
end System.Linux; end System.Linux;
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