diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 11:28:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 11:28:49 +0200 |
commit | a3da92f99d722d52c0117015f26c5c8640b12511 (patch) | |
tree | 09bc3253f42f8ed9d1c3f87485fc82bf18de3c10 /gcc/ada/s-vxwext-rtp.ads | |
parent | 8f443da5c3dacb71de31559b3366b8c9d25781d1 (diff) | |
download | gcc-a3da92f99d722d52c0117015f26c5c8640b12511.tar.gz |
[multiple changes]
2010-06-22 Arnaud Charlet <charlet@adacore.com>
* s-osinte-vxworks.ads: Fix casing.
* s-vxwext-kernel.ads, s-vxwext-rtp.ads: Complete previous
change: Interfaces.C does not provide a long_long type.
2010-06-22 Emmanuel Briot <briot@adacore.com>
* gnat_ugn.texi, projects.texi: Preprocess projects.texi for VMS and
native user's guide, since this document contains the two versions.
* gcc-interface/Make-lang.in: Update doc dependencies.
From-SVN: r161152
Diffstat (limited to 'gcc/ada/s-vxwext-rtp.ads')
-rw-r--r-- | gcc/ada/s-vxwext-rtp.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-vxwext-rtp.ads b/gcc/ada/s-vxwext-rtp.ads index 2b9b61e2014..844d39415db 100644 --- a/gcc/ada/s-vxwext-rtp.ads +++ b/gcc/ada/s-vxwext-rtp.ads @@ -39,7 +39,7 @@ package System.VxWorks.Ext is subtype SEM_ID is Long_Integer; -- typedef struct semaphore *SEM_ID; - type sigset_t is mod 2 ** Interfaces.C.long_long'Size; + type sigset_t is mod 2 ** Long_Long_Integer'Size; type t_id is new Long_Integer; subtype int is Interfaces.C.int; |