ack/mach/sun2/libsys/pause.c

4 lines
35 B
C
Raw Normal View History

1987-03-03 09:37:26 +00:00
pause() {
sigpause(sigblock());
}