[PATCH v2 3/6] Move mkdir_recursive to common/filestuff.c

Simon Marchi simon.marchi@polymtl.ca
Thu Nov 1 19:44:00 GMT 2018


On 2018-10-31 11:03, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:
> 
>>> It would be normal to look at TMPDIR on unix systems.
> 
> Simon> Ah, indeed.  How is it with this little fixup on top of the 
> patch?
> 
> Seems reasonable, thanks!
> 
> Simon> +  char *tmp = getenv ("TMPDIR");
> 
> A tiny nit: you can use const char * here.
> 
> Tom

Pushed with that fixed, thanks!

Simon



More information about the Gdb-patches mailing list