summaryrefslogtreecommitdiffstats
path: root/gcc/ada/s-vxwext.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-vxwext.ads')
-rw-r--r--gcc/ada/s-vxwext.ads8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ada/s-vxwext.ads b/gcc/ada/s-vxwext.ads
index f39ccbf3f63..6e7cd16331a 100644
--- a/gcc/ada/s-vxwext.ads
+++ b/gcc/ada/s-vxwext.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2008-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 2008-2011, Free Software Foundation, Inc. --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -44,6 +44,7 @@ package System.VxWorks.Ext is
type t_id is new Long_Integer;
subtype int is Interfaces.C.int;
+ subtype unsigned is Interfaces.C.unsigned;
type Interrupt_Handler is access procedure (parameter : System.Address);
pragma Convention (C, Interrupt_Handler);
@@ -96,4 +97,9 @@ package System.VxWorks.Ext is
-- For SMP run-times set the CPU affinity.
-- For uniprocessor systems return ERROR status.
+ function taskMaskAffinitySet (tid : t_id; CPU_Set : unsigned) return int;
+ pragma Convention (C, taskMaskAffinitySet);
+ -- For SMP run-times set the CPU mask affinity.
+ -- For uniprocessor systems return ERROR status.
+
end System.VxWorks.Ext;
OpenPOWER on IntegriCloud