This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r138429 - in /trunk/libiberty: ChangeLog make-t...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 18:56:35 -0000
- Subject: r138429 - in /trunk/libiberty: ChangeLog make-t...
Author: jakub
Date: Thu Jul 31 18:56:35 2008
New Revision: 138429
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138429
Log:
* 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.
Modified:
trunk/libiberty/ChangeLog
trunk/libiberty/make-temp-file.c
trunk/libiberty/mkstemps.c