This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]