aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/s-linux-sparc.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-linux-sparc.ads b/gcc/ada/s-linux-sparc.ads
index 0cfda65..206eb86 100644
--- a/gcc/ada/s-linux-sparc.ads
+++ b/gcc/ada/s-linux-sparc.ads
@@ -109,12 +109,11 @@ package System.Linux is
SA_SIGINFO : constant := 16#200#;
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
L1, L2, L3, L4 : Interfaces.C.long;
I1, I2 : Interfaces.C.int;
end record;
pragma Convention (C, pthread_mutex_t);
+ -- 24 bytes for 32-bit and 40 bytes for 64-bit, aligned like 'long'
end System.Linux;