summaryrefslogtreecommitdiff
path: root/gcc/ada/g-socket.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 14:57:47 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 14:57:47 +0200
commit59f3dd0a14fa4d4ce7ee142068cf9c5e376efc27 (patch)
treee817317357d86a40016656e79c3caae9cafafce4 /gcc/ada/g-socket.ads
parent8dc2ddaf050c1bf8da0462ae550156089bbe4d5b (diff)
downloadgcc-59f3dd0a14fa4d4ce7ee142068cf9c5e376efc27.tar.gz
[multiple changes]
2009-04-09 Robert Dewar <dewar@adacore.com> * sem_ch5.adb: Minor reformatting 2009-04-09 Vincent Celier <celier@adacore.com> * vms_data.ads: Change GNAT CHECK qualifier /DIAGNOSIS_LIMIT to /DIAGNOSTIC_LIMIT New qualifier /LEXPAND_SOURCE=nnn for -gnatGnnn New qualifier /LXDEBUG=nnn for -gnatDnnn For H820-010 * gnat_ugn.texi: Update documentation for VMS qualifiers equivalent to -gnatGnn and -gnatDnn 2009-04-09 Nicolas Setton <setton@adacore.com> * s-osinte-darwin.ads: (Pad_Type): Make this an array of unsigned_long, to match layout of siginfo_t in sys/signal.h. * gcc-interface/Makefile.in: Add section for x86_64 darwin. 2009-04-09 Thomas Quinot <quinot@adacore.com> * g-socket.ads: (Fd_Set): Use Interfaces.C.long alignment. 2009-04-09 Nicolas Setton <setton@adacore.com> * s-oscons-tmplt.c: Allow long lines in the generated spec. Add generation of Darwin-specific constants needed when binding to the pthread library. From-SVN: r145837
Diffstat (limited to 'gcc/ada/g-socket.ads')
-rw-r--r--gcc/ada/g-socket.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-socket.ads b/gcc/ada/g-socket.ads
index 39107783eb1..eab3c301c9e 100644
--- a/gcc/ada/g-socket.ads
+++ b/gcc/ada/g-socket.ads
@@ -1095,7 +1095,7 @@ private
type Fd_Set is
new System.Storage_Elements.Storage_Array (1 .. SOSC.SIZEOF_fd_set);
- for Fd_Set'Alignment use Interfaces.C.int'Alignment;
+ for Fd_Set'Alignment use Interfaces.C.long'Alignment;
type Fd_Set_Access is access all Fd_Set;
pragma Convention (C, Fd_Set_Access);