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. W
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?
/Simon
diff --git a/lib/stdio.in.h b/lib/stdio.in.h
index 0e12d94..c4c2a8d 100644
--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -283,11 +28