Initial revision
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#include <lib.h>
|
||||
#define getpid _getpid
|
||||
#include <unistd.h>
|
||||
|
||||
PUBLIC pid_t getpid()
|
||||
{
|
||||
message m;
|
||||
|
||||
return(_syscall(MM, GETPID, &m));
|
||||
}
|
||||
Reference in New Issue
Block a user