Bruno Haible <[EMAIL PROTECTED]> writes: > if (dup2 (fd2, fd) < 0) > /* Whee... we botched the stream and now cannot restore it! */ > abort ();
Hi! Consider making it possible to not use this workaround, but rather fail with a compilation error. I wouldn't want code that invoke abort in a library, for example. Thanks, Simon