ack/mach/sun2/libsys/_pause.c
1990-01-22 11:56:01 +00:00

4 lines
38 B
C

_pause() {
_sigpause(_sigblock());
}