bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils patch to port to hosts lacking fsync


From: Matthew Woehlke
Subject: Re: coreutils patch to port to hosts lacking fsync
Date: Wed, 03 Jan 2007 09:57:49 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061206 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0

Paul Eggert wrote:
Matthew Woehlke <address@hidden> writes:
sync() however /is/ missing from NSK and also (at least as my original
bug report indicated) Interix.

But coreutils should build on such systems.  Its src/system.h has this:

   #if ! HAVE_SYNC
   # define sync() /* empty */
   #endif

If this doesn't work on NSK and/or Interix, can you please figure out
why, exactly, and let us know?

Huh. Ok, will do (next time I get coreutils built); thanks.

--
Matthew
"But I want to cast Magic Missile!"





reply via email to

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