X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gnu%2Fmkdir.c;h=d2d618e0d8658a7db69865083c870d20cff4df4d;hb=112d4460f5f96d69f25419117a7fa47154d0a928;hp=c782a732bf2269b10884503df68a415b6e0becdd;hpb=3322ff6164a1e9dd3d1622c64a9b9b7c5f303ef6;p=tar diff --git a/gnu/mkdir.c b/gnu/mkdir.c index c782a73..d2d618e 100644 --- a/gnu/mkdir.c +++ b/gnu/mkdir.c @@ -38,7 +38,8 @@ /* mingw's _mkdir() function has 1 argument, but we pass 2 arguments. Additionally, it declares _mkdir (and depending on compile flags, an - alias mkdir), only in the nonstandard io.h. */ + alias mkdir), only in the nonstandard includes and , + which are included in the override. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define mkdir(name,mode) _mkdir (name) # define maybe_unused _GL_UNUSED