Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,18 +0,0 @@
|
|||
with Ada.Text_IO,
|
||||
POSIX.Process_Identification,
|
||||
POSIX.Unsafe_Process_Primitives;
|
||||
|
||||
procedure Fork is
|
||||
use Ada.Text_IO,
|
||||
POSIX.Process_Identification,
|
||||
POSIX.Unsafe_Process_Primitives;
|
||||
begin
|
||||
if Fork = Null_Process_ID then
|
||||
Put_Line ("This is the new process.");
|
||||
else
|
||||
Put_Line ("This is the original process.");
|
||||
end if;
|
||||
exception
|
||||
when others =>
|
||||
Put_Line ("Something went wrong.");
|
||||
end Fork;
|
||||
Loading…
Add table
Add a link
Reference in a new issue