Initial revision
This commit is contained in:
6
mach/pdp/libsys/getpid.s
Normal file
6
mach/pdp/libsys/getpid.s
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "sys.h"
|
||||
.globl _getpid
|
||||
|
||||
_getpid:
|
||||
sys getpid
|
||||
rts pc
|
||||
Reference in New Issue
Block a user