From 92fe59d160786886a812cac26289f76a1116822e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 11 Dec 2009 08:52:17 +0000 Subject: [PATCH] Fix formatting From-SVN: r155150 --- gcc/ada/s-linux-sparc.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ada/s-linux-sparc.ads b/gcc/ada/s-linux-sparc.ads index 0cfda652d57..206eb86a072 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; -- 2.30.2