ack/mach/sparc/libsys/_pause.c

4 lines
38 B
C
Raw Normal View History

1991-09-20 18:14:05 +00:00
_pause() {
_sigpause(_sigblock());
}