This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: RFC V2 [1/2] test-in-container


On 02/27/2018 09:33 PM, DJ Delorie wrote:
+/* Equivalent of "mkdir -p".  */
+
+static int
+mkdir_p (char *path)

This could go into support/, as xmkdirp. But please use a const char * argument and make a copy for truncation purposes.

Thanks,
Florian


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