Re: Out of ptys

Philip Blundell (pb@nexus.co.uk)
Thu, 27 Aug 1998 09:47:11 +0100


>Well here it is. You chose what the "correct" behavior should be. I'll
>except anything. However, both STDERR_FILENO and STDOUT_FILENO had
>better function the same or there is a library problem.

No there isn't. Standard output is buffered in the library, standard error is
not. If you want to see accurate error reports for stdout you need to make
sure you flush it or set it to unbuffered.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html