> I inserted fcntl(inp_pipe, O_NONBLOCK); and fcntl(out_pipe, O_NONBLOCK);
> but still no change... Or am I using fcntl() in the wrong way?
> 
> Ronald

fcntl (inp_pipe, F_SETFL, O_NONBLOCK); or something similar
rtfm? :)

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to