bug-gnulib
[Top][All Lists]
Advanced

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

Re: [patch #6758] Add support for Atari FreeMiNT OS to fpurge


From: Bruno Haible
Subject: Re: [patch #6758] Add support for Atari FreeMiNT OS to fpurge
Date: Fri, 6 Mar 2009 00:54:46 +0100
User-agent: KMail/1.9.9

Alan Hourihane wrote:
> +#if !defined __MINT__ /* FreeMiNT has problems seeking past end of file
> */
>    /* Test ftell beyond end of file.  */
>    ASSERT (fseek (stdin, 0, SEEK_END) == 0);
>    ch = ftell (stdin);
>    ASSERT (fseek (stdin, 10, SEEK_END) == 0);
>    ASSERT (ftell (stdin) == ch + 10);
> +#endif
>  

Applied, thanks.

Bruno




reply via email to

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