On 4/15/08, Lui Fungsin <[EMAIL PROTECTED]> 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.


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to