[PATCH v2] [BZ 1190] Make EOF sticky in stdio.

Zack Weinberg zackw@panix.com
Mon Mar 12 15:31:00 GMT 2018


On Wed, Feb 21, 2018 at 7:23 PM, Zack Weinberg <zackw@panix.com> wrote:
> C99 specifies that the EOF condition on a file is "sticky": once EOF
> has been encountered, all subsequent reads should continue to return
> EOF until the file is closed or something clears the "end-of-file
> indicator" (e.g. fseek, clearerr).

Ping?



More information about the Libc-alpha mailing list