Re: perror

From: chris (chris_at_misery.net)
Date: 06/24/04


Date: Thu, 24 Jun 2004 14:16:17 GMT

Josef Moellers wrote:

> George wrote:
>
>> Hi
>>
>> I have a question about perror() routine.
>> Does perror() flush the stderr stream?
>
>
> Try strace to see what happens.
>
> AFAIK, stderr is unbuffered, so there's nothing to flush.
>

You are right, there *is* nothing to flush.



Relevant Pages

  • Re: perror
    ... > I have a question about perror() routine. ... > Does perrorflush the stderr stream? ... AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.os.linux.development.apps)
  • Re: perror
    ... > I have a question about perror() routine. ... > Does perrorflush the stderr stream? ... AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.unix.programmer)
  • Re: perror
    ... >> I have a question about perror() routine. ... >> Does perrorflush the stderr stream? ... > Try strace to see what happens. ... > AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.unix.programmer)
  • Re: perror
    ... >> I have a question about perror() routine. ... >> Does perrorflush the stderr stream? ... > AFAIK, stderr is unbuffered, so there's nothing to flush. ...
    (comp.unix.programmer)
  • Re: perror
    ... > I have a question about perror() routine. ... > Does perrorflush the stderr stream? ... stderr doen't buffer such stdout does. ...
    (comp.os.linux.development.apps)