Stefano Lattarini wrote:
> > --- lib/sys_stat.in.h.orig  Sun Jan 15 17:32:53 2012
> > +++ lib/sys_stat.in.h       Sun Jan 15 17:23:12 2012
> > @@ -62,6 +62,11 @@
> >  # include <direct.h> /* mingw64, MSVC 9 */
> >  #endif
> >  
> > +/* Native Windows platforms declare umask() in <io.h>.  */
> > +#if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
> >
> "# if 0"?  Is this a typo, or am I missing something?

It's a placeholder for the day when gnulib supports a replacement for
umask().

Bruno


Reply via email to