Richard W.M. Jones wrote:
On Wed, Nov 25, 2009 at 02:44:17PM +0100, Jim Meyering wrote:
> I'm adding a pread module to gnulib right now.
> Once that's in, you can drop the rest of this patch, below.
Will do. Note that pread restores the file offset after
doing the read ...
Yep, I read the POSIX spec and used glibc's implementation.