s-osinte-vxworks.ads, [...]:
authorJose Ruiz <ruiz@adacore.com>
Tue, 31 Oct 2006 17:47:01 +0000 (18:47 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 31 Oct 2006 17:47:01 +0000 (18:47 +0100)
commitd1fa78e300ffbcc515c6d644d664f8a58c6f23c3
tree3336477fa0f5d707b79b80880d884a20d663703f
parent8dbb621ea24e804d0deac2bcef1f0edd9ae874fb
s-osinte-vxworks.ads, [...]:

2006-10-31  Jose Ruiz  <ruiz@adacore.com>

* s-osinte-vxworks.ads, s-osinte-vxworks.adb:
(getpid): New body for this function that uses the underlying taskIdSelf
function for VxWorks 5 and VxWorks 6 in kernel mode.
(unsigned_int): New type, modular to allow logical bit operations.
(taskOptionsGet): New imported function.

* s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
field to be compliant with the type used by the corresponding operating
system primitive.

From-SVN: r118239
gcc/ada/s-osinte-vxworks.adb
gcc/ada/s-osinte-vxworks.ads
gcc/ada/s-taspri-vxworks.ads