From: Florian Weimer Date: Fri, 31 May 2002 19:27:59 +0000 (+0200) Subject: 5ntaprop.adb (with System.OS_Primitives): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15e6136e1da260ffbcc0b61a2ab824492a96ee9e;p=gcc.git 5ntaprop.adb (with System.OS_Primitives): Remove. 2002-05-31 Florian Weimer * 5ntaprop.adb (with System.OS_Primitives): Remove. From-SVN: r54113 --- diff --git a/gcc/ada/5ntaprop.adb b/gcc/ada/5ntaprop.adb index 697874c68d2..fd6ce7802e3 100644 --- a/gcc/ada/5ntaprop.adb +++ b/gcc/ada/5ntaprop.adb @@ -45,9 +45,6 @@ with System.Tasking; -- used for Ada_Task_Control_Block -- Task_ID -with System.OS_Primitives; --- used for Delay_Modes - with System.Error_Reporting; -- used for Shutdown @@ -55,7 +52,6 @@ package body System.Task_Primitives.Operations is use System.Tasking; use System.Parameters; - use System.OS_Primitives; ----------------- -- Stack_Guard -- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7c5f96095c5..9bdbc0ede5f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,7 @@ 2002-05-31 Florian Weimer + * 5ntaprop.adb (with System.OS_Primitives): Remove. + * cstreams.c (max_path_len): Move from here ... * adaint.c (__gnat_max_path_len): ... to here. * adaint.c (__gnat_max_path_len): Declare.