secondary cache feature in vm.
[minix.git] / lib / libc / posix / _pause.c
blobc8a388f0d6fd83d627f5a6c7bdb4624bf06dcb86
1 #include <lib.h>
2 #define pause _pause
3 #include <unistd.h>
5 PUBLIC int pause()
7 message m;
9 return(_syscall(MM, PAUSE, &m));