bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Implementation of fsync for Windows


From: Bruno Haible
Subject: Re: [PATCH] Implementation of fsync for Windows
Date: Thu, 2 Oct 2008 00:54:51 +0200
User-agent: KMail/1.5.4

Jim Meyering wrote:
> > Should this also depend on the errno module?
> 
> I wondered, but figured it's not needed since the code is
> windows-specific.

The 'errno' module is useful on mingw, but is also useful on Unix platforms
like OpenBSD and OSF/1.

The 'errno' module is not needed here because the code only makes use of
EINVAL, and this macro has no portability problems.
(Cf. doc/posix-headers/errno.texi)

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]