diff gcc/ada/libgnarl/s-vxwext__kernel-smp.adb @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gcc/ada/libgnarl/s-vxwext__kernel-smp.adb	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/ada/libgnarl/s-vxwext__kernel-smp.adb	Thu Oct 25 07:37:49 2018 +0900
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                   B o d y                                --
 --                                                                          --
---          Copyright (C) 2008-2017, Free Software Foundation, Inc.         --
+--          Copyright (C) 2008-2018, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT 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- --
@@ -88,9 +88,9 @@
       return Set_Affinity (tid, CPU_Set);
    end taskMaskAffinitySet;
 
-   --------------
-   -- taskCont --
-   --------------
+   ---------------
+   -- Task_Cont --
+   ---------------
 
    function Task_Cont (tid : t_id) return int is
       function taskCont (tid : t_id) return int;
@@ -99,9 +99,9 @@
       return taskCont (tid);
    end Task_Cont;
 
-   --------------
-   -- taskStop --
-   --------------
+   ---------------
+   -- Task_Stop --
+   ---------------
 
    function Task_Stop (tid : t_id) return int is
       function taskStop (tid : t_id) return int;