initial version

This commit is contained in:
ceriel
1989-10-10 11:40:55 +00:00
parent 010bade227
commit 48252cc673
74 changed files with 719 additions and 0 deletions

5
mach/i386/libsys/exit.c Normal file
View File

@@ -0,0 +1,5 @@
exit(n)
{
_cleanup();
_exit(n);
}