diff options
Diffstat (limited to 'gcc/ada/s-taspri-vxworks.ads')
-rw-r--r-- | gcc/ada/s-taspri-vxworks.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/s-taspri-vxworks.ads b/gcc/ada/s-taspri-vxworks.ads index 0198454ce25..dad195fe014 100644 --- a/gcc/ada/s-taspri-vxworks.ads +++ b/gcc/ada/s-taspri-vxworks.ads @@ -40,6 +40,7 @@ pragma Polling (Off); with System.OS_Interface; package System.Task_Primitives is + pragma Preelaborate; type Lock is limited private; -- Should be used for implementation of protected objects |