]> git.ipfire.org Git - thirdparty/gcc.git/commit
When closing a file, call closedir if we called opendir.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Jan 2011 00:01:08 +0000 (00:01 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Jan 2011 00:01:08 +0000 (00:01 +0000)
commita20d79f7d50b067cdac522211e59c704dfdefa9e
treef4236633c9d7e06df075266f39a9ff7f6c28a1cd
parente39e9de5ea5b9aae014644fdf268e2667235807e
When closing a file, call closedir if we called opendir.

Fixes Go issue 1448.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169344 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/go/os/file_unix.go