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
