On Sat, May 1, 2010 at 2:01 PM, Ted Unangst wrote:
> On Sat, May 1, 2010 at 9:59 AM, Jesus Sanchez wrote:
>>As said in "Advanced Programming in the Unix Environment" book, when
>> calling a sigaction function there is a siginfo_t * with data about the
>> process sending the signal. On this st
On Sat, May 1, 2010 at 9:59 AM, Jesus Sanchez wrote:
>As said in "Advanced Programming in the Unix Environment" book, when
> calling a sigaction function there is a siginfo_t * with data about the
> process sending the signal. On this struct, the member int si_pid
> contains the PID of the pro
El 01/05/2010 18:14, Otto Moerbeek escribis:
On Sat, May 01, 2010 at 03:59:07PM +0200, Jesus Sanchez wrote:
Hi, using 4.6 release.
I'm doing some code on process forking and catching signals on
OpenBSD. My interest here is to catch the SIGCHLD signal and do things
with the pid which s
On Sat, May 01, 2010 at 03:59:07PM +0200, Jesus Sanchez wrote:
> Hi, using 4.6 release.
>
> I'm doing some code on process forking and catching signals on
> OpenBSD. My interest here is to catch the SIGCHLD signal and do things
> with the pid which sended the signal on the function called to
Hi, using 4.6 release.
I'm doing some code on process forking and catching signals on
OpenBSD. My interest here is to catch the SIGCHLD signal and do things
with the pid which sended the signal on the function called to treat it.
As said in "Advanced Programming in the Unix Environment" b
5 matches
Mail list logo