logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: PATCH/RFC: Bring lin-lwp performance back to the real world: msg#00536

Subject: Re: PATCH/RFC: Bring lin-lwp performance back to the real world
BTW,

+  if (lseek (fd, addr, SEEK_SET) == -1
+      || read (fd, myaddr, len) != len)

     ssize_t
     pread(int d, void *buf, size_t nbytes, off_t offset)

(I only learnt about this recently)

Andrew




<Prev in Thread] Current Thread [Next in Thread>