New installation mechanism, updated to 1.5
This commit is contained in:
7
mach/minix/libsys/_pause.c
Normal file
7
mach/minix/libsys/_pause.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <lib.h>
|
||||
#define pause _pause
|
||||
|
||||
PUBLIC int pause()
|
||||
{
|
||||
return(_callm1(MM, PAUSE, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR));
|
||||
}
|
||||
Reference in New Issue
Block a user