ack/mach/sun3/libsys/pause.c

4 lines
35 B
C
Raw Normal View History

1987-02-20 14:36:01 +00:00
pause() {
sigpause(sigblock());
}