Date: Wed, 14 Feb 1996 16:07:53 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: FreeBSD_mail@t-online.de (Martin Heller) Cc: hackers@freebsd.org Subject: Re: errors which MUST NOT happen with g++/libg++ Message-ID: <199602142307.QAA00966@phaeton.artisoft.com> In-Reply-To: <m0tmn9q-0000YIC@ermail00.btx.dtag.de> from "Martin Heller" at Feb 14, 96 08:48:00 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602142307.QAA00966>