source: trunk/minix/lib/posix/_pause.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 131 bytes
Line 
1#include <lib.h>
2#define pause _pause
3#include <unistd.h>
4
5PUBLIC int pause()
6{
7 message m;
8
9 return(_syscall(MM, PAUSE, &m));
10}
Note: See TracBrowser for help on using the repository browser.