This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/65411] Unsafe(?) repeated call to fclose() in config/io/basic_file_stdio.cc


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65411

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Jan 13 17:52:34 2017
New Revision: 244451

URL: https://gcc.gnu.org/viewcvs?rev=244451&root=gcc&view=rev
Log:
PR65411 don't retry fclose on EINTR

        PR libstdc++/65411
        * config/io/basic_file_stdio.cc (__basic_file<char>::close()): Don't
        retry fclose on EINTR.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/io/basic_file_stdio.cc

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]