pause(3) vs. sigpause(2)

Chris Torek chris at mimsy.umd.edu
Thu Nov 1 18:47:19 AEST 1990


In article <27338 at mimsy.umd.edu> I wrote:
>pause() is effectively equivalent to sigpause(sigblock((sigmask_t)0)).

Oops, that should be `sigset_t', not `sigmask_t'.  (Of course, many systems
have neither, which is why I suggested 0L or plain 0 as well.)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 405 2750)
Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.programmer mailing list