ack/mach/sun3/libsys/_pause.c

4 lines
38 B
C
Raw Normal View History

1990-01-19 15:17:33 +00:00
_pause() {
_sigpause(_sigblock());
}