]> gcc.gnu.org Git - gcc.git/commit
[Ada] VxWorks inconsistent use of return type Fixup
authorDoug Rupp <rupp@adacore.com>
Fri, 20 Aug 2021 15:26:58 +0000 (08:26 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 4 Oct 2021 08:45:04 +0000 (08:45 +0000)
commitd681ce903bffa9b5ac19fa7ffb721e55043a0fcc
tree4eebc4302f4a540d5784f7b5c3c4a2bd8547514f
parent602176ae83ad265a1dfa061c8b85e24376c22028
[Ada] VxWorks inconsistent use of return type Fixup

gcc/ada/

* libgnarl/s-osinte__vxworks.ads (tlsKeyCreate): Return int.
* libgnarl/s-tpopsp__vxworks-rtp.adb (ERROR): Declare from
System.VxWorks.Ext.ERROR.
(Initialize): Declare IERR. Assert it.
* libgnarl/s-tpopsp__vxworks.adb (ERROR): Declare from
System.VxWorks.Ext.ERROR.
(Is_Valid_Task): Declare IERR. Test return.
* libgnarl/s-vxwext__kernel.adb (semDelete): Return STATUS.
gcc/ada/libgnarl/s-osinte__vxworks.ads
gcc/ada/libgnarl/s-tpopsp__vxworks-rtp.adb
gcc/ada/libgnarl/s-tpopsp__vxworks.adb
gcc/ada/libgnarl/s-vxwext__kernel.adb
This page took 0.064393 seconds and 5 git commands to generate.