]> git.ipfire.org Git - thirdparty/gcc.git/commit
* mkstemps.c (mkstemps): If open failed with errno other than
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 18:56:35 +0000 (18:56 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 18:56:35 +0000 (18:56 +0000)
commit19f93b6270249e3a0a0e48011f8041fc619f32ab
tree045aa0e1e55c97d4b396045787792803939cc6a8
parent3ec8f42c867ff1ced60988f1a3b725f378641c06
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138429 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/make-temp-file.c
libiberty/mkstemps.c