Re: pread()

2010-10-14 Thread Manuel Menal
On 09/10/2010 21:00, Roland McGrath wrote: > I think it would be reasonable to change the specification for io_read to > say that the offset parameter must be exactly (off_t)-1 for a nonseekable > io object, and that otherwise it must fail with ESPIPE. We might need to > audit the existing uses to

Re: pread()

2010-10-14 Thread Roland McGrath
> Shouldn't we change io_write() too? Yes, they are exact parallels.