This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: mkstemp in bucomm.c breaks mingw32 build

[Get raw message]

libiberty provides mkstemps().  Perhaps that should be used instead?

> This change:
> 
> CVSROOT:	/cvs/src
> Module name:	src
> Changes by:	nickc@sources.redhat.com	2001-11-12 08:17:41
> 
> Modified files:
> 	binutils       : ChangeLog bucomm.c 
> 
> Log message:
> 	Use mkstemp in place of mktemp.
> 
> 
> breaks  build on mingw32 because the runtime does not supply mkstemp
> function.  Could there be other OS without mkstemp?   


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