From: David Kraus (kraus@rtsg.mot.com)
Date: 07/28/92


From: kraus@rtsg.mot.com (David Kraus)
Subject: Re: sigblock, sigpause...
Date: 28 Jul 1992 22:09:31 GMT

In article <1992Jul27.232246.29715@serval.net.wsu.edu>, hlu@phys1.physics.wsu.edu (Hongjiu Lu) writes:

 Please get a book on POSIX (any suggestions?) That is a simple one. Sometimes,
> you need more than that. Again POSIX can do most but not all BSD signals with
> very different signal functions.

Take a look at:

POSIX Programmer's Guide by Donald A. Lewine
1991 O'Reilly & Associates, Inc.

ISBN: 0-937175-73-0

This should give you some of the conversion magic between SysV, BSD, and
POSIX (including the signal conversions)...