diff options
Diffstat (limited to 'gcc/ada/s-stchop-vxworks.adb')
-rw-r--r-- | gcc/ada/s-stchop-vxworks.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/s-stchop-vxworks.adb b/gcc/ada/s-stchop-vxworks.adb index 3c3c84e8980..a5cb67a927b 100644 --- a/gcc/ada/s-stchop-vxworks.adb +++ b/gcc/ada/s-stchop-vxworks.adb @@ -122,6 +122,7 @@ package body System.Stack_Checking.Operations is Td_ErrorStatus : Interfaces.C.int; -- most recent task error status Td_Delay : Interfaces.C.int; -- delay/timeout ticks end record; + pragma Convention (C, Task_Descriptor); -- This VxWorks procedure fills in a specified task descriptor -- for a specified task. |