bug-gnulib
[Top][All Lists]
Advanced

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

Re: stdio: don't replace fseek unless requested


From: Bruno Haible
Subject: Re: stdio: don't replace fseek unless requested
Date: Sat, 6 Dec 2008 17:08:45 +0100
User-agent: KMail/1.9.9

Hi Simon,

Simon Josefsson wrote on 2008-11-18:
> The stdio.in.h file replaces the fseek function when that isn't
> requested.  There is a proper replacement for fseeko further down.  How
> about the patch below?

What problem does this patch fix? Without it, fseek is kept consistent with
fseeko. With it, a user who requests the fseeko replacement also needs to
ask for the fseek replacement explicitly.

I could agree if the the GNULIB_POSIXCHECK facility was documented and
would work fully across gnulib.

Bruno




reply via email to

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