+2009-03-01 Bruno Haible <bruno@clisp.org>
+
+ More support for FreeMiNT.
+ * lib/fseeko.c (rpl_fseeko): Complete last commit.
+ Reported by Alan Hourihane <alanh@fairlite.co.uk>.
+
2009-03-01 Bruno Haible <bruno@clisp.org>
More support for FreeMiNT.
fp->_flags &= ~_IOEOF;
#elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw */
fp->_flag &= ~_IOEOF;
+#elif defined __MINT__ /* Atari FreeMiNT */
+ fp->__offset = pos;
+ fp->__eof = 0;
#endif
/* If we were not requested to position beyond end of file, we're
done. */