secondary cache feature in vm.
[minix.git] / lib / libc / posix / _getpid.c
blob7f6e0e4f4564bf14fda7fa194953d954310d0806
1 #include <lib.h>
2 #define getpid _getpid
3 #include <unistd.h>
5 PUBLIC pid_t getpid()
7 message m;
9 return(_syscall(MM, MINIX_GETPID, &m));