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:13:00 -0600

On 4/16/08, Jim Ursetto <address@hidden> wrote:
> On 4/15/08, Lui Fungsin <address@hidden> wrote:
> > I'm not sure I followed you here. What's chicken's equivalent of SIG_IGN?
>
> (set-signal-handler! signal/pipe #f)

Come to think of it, there's no way to set SIG_DFL.  What about adding
(set-default-signal-handler! signum) or changing the signature of
set-signal-handler! to accept a keyword (#:default, #:ignore).




reply via email to

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