From: Ulrich Drepper Date: Tue, 24 Aug 1999 23:13:56 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80bdcedbc026d71b6059fe7947bbbb0bffc28f7d;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index d610fa64665..4843a78cd23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -640,6 +640,17 @@ optimise for constant `oldval'. (always_swap): Remove `volatile'; add `memory' clobber. +1999-07-08 Andreas Schwab + + * libio/iofopncook.c (fopencookie): Set _fileno to -2. + + * libio/libioP.h (_IO_file_is_open): Only check for -1, not all + negative numbers. + + * libio/fileops.c (_IO_new_file_close_it): Set _fileno to -1, not + EOF. + * libio/oldfileops.c (_IO_old_file_close_it): Likewise. + 1999-07-08 Andreas Schwab * libio/fileno.c: Return -1 instead of EOF and set errno if the