chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: with-open-pipe to handle sigpipe


From: Jim Ursetto
Subject: Re: [Chicken-users] Re: with-open-pipe to handle sigpipe
Date: Wed, 16 Apr 2008 00:07:59 -0600

On 4/15/08, Lui Fungsin <address@hidden> wrote:
> > If you set SIGPIPE to the chicken equivalent of SIG_IGN, any error
> > message writing to the pipe will be returned by write(2) instead,
>
> I'm not sure I followed you here. What's chicken's equivalent of SIG_IGN?

(set-signal-handler! signal/pipe #f)

should work.  See C_establish_signal_handler() in runtime.c.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]