summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-17 18:12:39 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-17 18:12:39 +0000
commitdfb84f958446695adea5c061fedb1adb1e44a714 (patch)
tree472e560657415ee811d131c1c0fb26befd54488c /libgfortran/ChangeLog
parent17587b2a46a115e303dbfdc3e24342b6055727d5 (diff)
downloadgcc-dfb84f958446695adea5c061fedb1adb1e44a714.tar.gz
2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
* io/unix.c (tempfile_open): Only use the needed flag O_CLOEXEC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206064 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 1c6c4da40fd..309712c012b 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * io/unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.
+
2013-12-16 Jerry DeLisle <jvdelisle@gcc.gnu>
PR libfortran/59419