From 3c79d5102b2c29f897d162543d6c0cf2d81bb0e6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 11 Apr 2010 01:55:23 +0200 Subject: [PATCH] Update comment. --- ChangeLog | 1 + lib/mkdir.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16bf6fa834..d79dcbf56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ mkdir: Make it work on mingw64. * lib/sys_stat.in.h: Include together with . + * lib/mkdir.c: Update comment. Reported by Roman Donchenko (Роман Донченко) . 2010-04-10 Bruno Haible diff --git a/lib/mkdir.c b/lib/mkdir.c index b117b76b53..4e5928babc 100644 --- a/lib/mkdir.c +++ b/lib/mkdir.c @@ -36,7 +36,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 -- 2.30.2