OSDN Git Service

2006-10-31 Javier Miranda <miranda@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-osprim-posix.adb
index d53ffc1..6d4431c 100644 (file)
@@ -156,4 +156,13 @@ package body System.OS_Primitives is
       end if;
    end Timed_Delay;
 
+   ----------------
+   -- Initialize --
+   ----------------
+
+   procedure Initialize is
+   begin
+      null;
+   end Initialize;
+
 end System.OS_Primitives;