aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2008-07-31 18:56:35 +0000
committerJakub Jelinek <jakub@gcc.gnu.org>2008-07-31 20:56:35 +0200
commita23eb008dc764028d758ef589f67aa822a2a81e1 (patch)
tree045aa0e1e55c97d4b396045787792803939cc6a8 /libiberty/ChangeLog
parent93cc82d1f3d649ad736c07396f711c9f09e67dbd (diff)
downloadgcc-a23eb008dc764028d758ef589f67aa822a2a81e1.zip
gcc-a23eb008dc764028d758ef589f67aa822a2a81e1.tar.gz
gcc-a23eb008dc764028d758ef589f67aa822a2a81e1.tar.bz2
mkstemps.c (mkstemps): If open failed with errno other than EEXIST, return immediately.
* mkstemps.c (mkstemps): If open failed with errno other than EEXIST, return immediately. * make-temp-file.c: Include errno.h. (make_temp_file): If mkstemps failed, print an error message before aborting. From-SVN: r138429
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index bf52f9e..da52583 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
+
+ * mkstemps.c (mkstemps): If open failed with errno other than
+ EEXIST, return immediately.
+ * make-temp-file.c: Include errno.h.
+ (make_temp_file): If mkstemps failed, print an error message
+ before aborting.
+
2008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* maint-tool (deps): Output config.h instead of stamp-h.