|
From: Olly B. <ol...@su...> - 2003-10-23 20:20:39
|
On Wed, Oct 22, 2003 at 01:44:03PM -0700, Jeremy Fitzhardinge wrote:
> On Wed, 2003-10-22 at 11:20, Olly Betts wrote:
> > __NR_fstat64 is no longer used in the valgrind source (and is now
> > defined by them) so I think FAQ 2 no longer applies. Perhaps the
> > fix should be shortened to "Upgrade to the latest version of valgrind"?
>
> Certainly in the current CVS version, we use our own copy of the syscall
> numbers, so we can be sure it is complete.
I've just checked - CVS HEAD is as I described above and you confirmed,
but the last release (and presumably the release branch) still use
__NR_fstat64 from the installed headers and so this FAQ entry still
applies.
Cheers,
Olly
|