5ntaprop.adb (with System.OS_Primitives): Remove.

2002-05-31  Florian Weimer  <fw@deneb.enyo.de>

	* 5ntaprop.adb (with System.OS_Primitives): Remove.

From-SVN: r54113
This commit is contained in:
Florian Weimer 2002-05-31 21:27:59 +02:00 committed by Florian Weimer
parent 019310acda
commit 15e6136e1d
2 changed files with 2 additions and 4 deletions

View File

@ -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 --

View File

@ -1,5 +1,7 @@
2002-05-31 Florian Weimer <fw@deneb.enyo.de>
* 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.