ack/mach/sparc/libsys/pause.c
1991-09-20 18:14:05 +00:00

4 lines
35 B
C

pause() {
sigpause(sigblock());
}