diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-08 06:43:49 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-08 06:43:49 +0000 |
commit | 7037ab9e636ef08b0e8ca1ddde1967d1aa690c9d (patch) | |
tree | 79e66576bfa8f7d6e286eaedc4cec3ed5133bd60 /gcc/ada/s-taprop-vxworks.adb | |
parent | 0244eba9499e50ee95d1b579cdd9dab7582ac878 (diff) | |
download | gcc-7037ab9e636ef08b0e8ca1ddde1967d1aa690c9d.tar.gz |
* s-osinte-vxworks6.ads: Removed, merged with s-osinte-vxworks.ads/.adb
* s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads,
s-vxwext-rtp.adb: New files.
* s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-osinte-vxworks.adb:
Minor updates to accomodate changes above.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-taprop-vxworks.adb')
-rw-r--r-- | gcc/ada/s-taprop-vxworks.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/s-taprop-vxworks.adb b/gcc/ada/s-taprop-vxworks.adb index c6469cd2b05..f12b9afd702 100644 --- a/gcc/ada/s-taprop-vxworks.adb +++ b/gcc/ada/s-taprop-vxworks.adb @@ -54,6 +54,8 @@ with System.Soft_Links; -- on. For example when using the restricted run time, it is replaced by -- System.Tasking.Restricted.Stages. +with System.VxWorks.Ext; + package body System.Task_Primitives.Operations is package SSL renames System.Soft_Links; @@ -62,6 +64,7 @@ package body System.Task_Primitives.Operations is use System.Tasking; use System.OS_Interface; use System.Parameters; + use type System.VxWorks.Ext.t_id; use type Interfaces.C.int; subtype int is System.OS_Interface.int; |