aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-taprop.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-08-31 08:40:22 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:40:22 +0200
commit7cda9727babdc93f846191782dcc4c0cdba25d26 (patch)
treed9b4cce8e8d74851b26f0940edbef384eadeaf11 /gcc/ada/s-taprop.ads
parent0a190dfd4af27afb8eaf03082af81acbb5bf8a80 (diff)
downloadgcc-7cda9727babdc93f846191782dcc4c0cdba25d26.zip
gcc-7cda9727babdc93f846191782dcc4c0cdba25d26.tar.gz
gcc-7cda9727babdc93f846191782dcc4c0cdba25d26.tar.bz2
s-taprop-vxworks.adb, [...]: Minor reformatting.
2011-08-31 Robert Dewar <dewar@adacore.com> * s-taprop-vxworks.adb, sem_ch5.adb, s-taprop-tru64.adb, exp_alfa.adb, s-taprop-vms.adb, bindgen.adb, s-mudido.adb, s-mudido.ads, sem_res.adb, expander.adb, s-taprop-mingw.adb, s-taprop-linux.adb, s-taprop-solaris.adb, s-mudido-affinity.adb, vms_conv.adb, s-taprop-irix.adb, s-taprop.ads, s-taskin.adb, s-taskin.ads, s-taprop-hpux-dce.adb, a-chtgbo.adb, s-taprop-posix.adb: Minor reformatting. From-SVN: r178357
Diffstat (limited to 'gcc/ada/s-taprop.ads')
-rw-r--r--gcc/ada/s-taprop.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/s-taprop.ads b/gcc/ada/s-taprop.ads
index e413b12..feb6f55 100644
--- a/gcc/ada/s-taprop.ads
+++ b/gcc/ada/s-taprop.ads
@@ -549,6 +549,7 @@ package System.Task_Primitives.Operations is
procedure Set_Task_Affinity (T : ST.Task_Id);
-- Enforce at the operating system level the task affinity defined in the
- -- Ada Task Control Block.
+ -- Ada Task Control Block. Has no effect if the underlying operating system
+ -- does not support this capability.
end System.Task_Primitives.Operations;