OSDN Git Service

* gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Just copy
[pf3gnuchains/gcc-fork.git] / gcc / ada / g-sttsne-locking.ads
index 5b96cd3..0032d80 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This version is used on VMS and LynxOS
+--  This version is used on VMS, LynxOS, and VxWorks. There are two versions of
+--  the body: one for VMS and LynxOS, the other for VxWorks.
+
+--  This package should not be directly with'ed by an application
 
 package GNAT.Sockets.Thin.Task_Safe_NetDB is
 
@@ -39,12 +42,6 @@ package GNAT.Sockets.Thin.Task_Safe_NetDB is
    -- Reentrant network databases access --
    ----------------------------------------
 
-   --  The following routines wrap the Nonreentrant_ versions using the task
-   --  lock, and copy the relevant data structures (under the lock) into the
-   --  result. The Nonreentrant_ versions are expected to be in the parent
-   --  package GNAT.Sockets.Thin (on platforms that use this version of
-   --  Task_Safe_NetDB).
-
    function Safe_Gethostbyname
      (Name     : C.char_array;
       Ret      : not null access Hostent;