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