On Sat, 2009-02-28 at 22:51 +0100, Bruno Haible wrote: > Alan, > > > Just getting back to the fseeko() test. What exactly is meant to be > > tested here ? > > This conditional means to test whether the last call was an fflush(), i.e. > whether no I/O was done on the stream since the last fflush(). POSIX has a > special requirement for fseeko that immediately follows fflush.
Mmm, I'll need to examine this further, but putting back the #elif defined(__MINT__) if (0) test in fseeko.c makes things work here. Alan.