From owner-freebsd-hackers Wed Feb 14 15:10:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21037 for hackers-outgoing; Wed, 14 Feb 1996 15:10:17 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21031 for ; Wed, 14 Feb 1996 15:10:16 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA00966; Wed, 14 Feb 1996 16:07:54 -0700 From: Terry Lambert Message-Id: <199602142307.QAA00966@phaeton.artisoft.com> Subject: Re: errors which MUST NOT happen with g++/libg++ To: FreeBSD_mail@t-online.de (Martin Heller) Date: Wed, 14 Feb 1996 16:07:53 -0700 (MST) Cc: hackers@freebsd.org In-Reply-To: from "Martin Heller" at Feb 14, 96 08:48:00 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > > You will find that at a minimum that lseek() and > > stat() do not work correctly in the lib after > > you have fixed the .weak problem. > > yup ! this is a FreeBSD only problem !!!! lseek works on LINUX > (what a shame for FreeBSD ;-) ) > > > stat() writes beyond the end of its buffer. > > lseek() reports EINVAL for good values of the 3rd > > parameter. > > (the same as above) Uh, the prototypes are incorrect. The off_t type is "long long" or "quad". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.