diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-06-09 10:16:52 +0000 |
---|---|---|
committer | Vladimir Prus <vprus@gcc.gnu.org> | 2007-06-09 10:16:52 +0000 |
commit | 84152c25a53201930fd73cb13a905d8335367971 (patch) | |
tree | c8c465740f40eb2c178e1a3ebfe854771da47698 /libcpp/ChangeLog | |
parent | ad365750b15b8fad2ae6785d7afa9034f3a05dd6 (diff) | |
download | gcc-84152c25a53201930fd73cb13a905d8335367971.zip gcc-84152c25a53201930fd73cb13a905d8335367971.tar.gz gcc-84152c25a53201930fd73cb13a905d8335367971.tar.bz2 |
cppfiles.c (open_file): Account for the fact that on windows, opening a directory gives EACCES.
* cppfiles.c (open_file): Account for the
fact that on windows, opening a directory gives
EACCES.
From-SVN: r125590
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 712bc32..205c1dd 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2007-06-09 Vladimir Prus <vladimir@codesourcery.com> + + * cppfiles.c (open_file): Account for the + fact that on windows, opening a directory gives + EACCES. + 2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de> PR preprocessor/23479 |