|
From: Nicholas N. <nj...@cs...> - 2006-08-07 00:59:31
|
On Sun, 6 Aug 2006, Amadeus W. M. wrote: > Thanks for the quick reply. Sorry, I forgot to mention in my first > post, I'm running Fedora Core 5 with kernel-smp-2.6.17-1.2157_FC5. > > I downloaded the valgrind source, and I did see set_robust_list in > vki_unista-x86-linux.h. First of all, why does valgrind have a different > list of syscalls than the system itself? Because Valgrind's list is up-to-date with more recent versions of the kernel than the one you have. > Second, exactly how do I know what that system call is supposed to do? I > ain't psychic. Google or the Linux source code. Nick |