From owner-freebsd-hackers Mon Apr 12 7:14:42 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.oeno.com (ns.oeno.com [194.100.99.145]) by hub.freebsd.org (Postfix) with SMTP id 2F88514C92 for ; Mon, 12 Apr 1999 07:14:37 -0700 (PDT) (envelope-from will@ns.oeno.com) Received: (qmail 2501 invoked by uid 1001); 12 Apr 1999 14:12:18 -0000 To: will@iki.fi (Ville-Pertti Keinonen) Cc: hackers@freebsd.org Subject: Re: read() and pread() syscalls References: <86hfqmgcoh.fsf@not.demophon.com> From: Ville-Pertti Keinonen Date: 12 Apr 1999 17:12:05 +0300 In-Reply-To: will@iki.fi's message of "12 Apr 1999 17:04:17 +0300" Message-ID: <86g166gc7e.fsf@not.demophon.com> Lines: 7 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will@iki.fi (Ville-Pertti Keinonen) writes: > Actually, read(2) is equivalent to lseek(2)+pread(2)+lseek(2), with the Minor clarification - they are not exactly equivalent, of course, read(2) only looks up the file descriptor once. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message