bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] GNU Libc2.27 and stdio streams


From: Andrew J. Schorr
Subject: Re: [bug-gawk] GNU Libc2.27 and stdio streams
Date: Mon, 12 Feb 2018 11:52:27 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Mon, Feb 12, 2018 at 04:33:30PM +0100, Nethox wrote:
> So the "exit" and "abort" statements will not execute fflush("")
> implicitly, right?

The "exit" statement results in normal program termination, and all
stdio streams should be flushed in that case.

There is no "abort" statement. If you are referring to the abort function
in the abort extension library, that simply calls C library exit(), which
will flush stdio before terminating the program (see "man 3 exit").

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]