aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-12-11 08:52:17 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-12-11 08:52:17 +0000
commit92fe59d160786886a812cac26289f76a1116822e (patch)
tree9f6db6ae682f1f8801b8faa3ed5c2f7fb0f106f2 /gcc
parent1a8ef96c234531819e435f510f7673feadf9d177 (diff)
downloadgcc-92fe59d160786886a812cac26289f76a1116822e.zip
gcc-92fe59d160786886a812cac26289f76a1116822e.tar.gz
gcc-92fe59d160786886a812cac26289f76a1116822e.tar.bz2
Fix formatting
From-SVN: r155150
Diffstat (limited to 'gcc')
-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;