summaryrefslogtreecommitdiff
path: root/gcc/ada/s-vxwext-rtp.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-vxwext-rtp.adb')
-rw-r--r--gcc/ada/s-vxwext-rtp.adb12
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ada/s-vxwext-rtp.adb b/gcc/ada/s-vxwext-rtp.adb
index 431f41e7499..e5f74062ca2 100644
--- a/gcc/ada/s-vxwext-rtp.adb
+++ b/gcc/ada/s-vxwext-rtp.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- 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- --
@@ -121,4 +121,14 @@ package body System.VxWorks.Ext is
return ERROR;
end taskCpuAffinitySet;
+ -------------------------
+ -- taskMaskAffinitySet --
+ -------------------------
+
+ function taskMaskAffinitySet (tid : t_id; CPU_Set : unsigned) return int is
+ pragma Unreferenced (tid, CPU_Set);
+ begin
+ return ERROR;
+ end taskMaskAffinitySet;
+
end System.VxWorks.Ext;