On Thu, May 10, 2012 at 06:01:01PM +0600, Марк Коренберг wrote: > There is no such syscall. May be you mean fstatat64()?
strace$ git grep -E 'newfstatat|fstatat64' linux/i386/ linux/x86_64/
linux/i386/syscallent.h: { 4, TD|TF, sys_newfstatat,
"fstatat64" }, /* 300 */
linux/x86_64/syscallent.h: { 4, TD|TF, sys_newfstatat,
"newfstatat" }, /* 262 */
linux$ git grep -E 'newfstatat|fstatat64' arch/x86/syscalls
arch/x86/syscalls:syscall_32.tbl:300 i386 fstatat64
sys_fstatat64 sys32_fstatat
arch/x86/syscalls:syscall_64.tbl:262 64 newfstatat
sys_newfstatat
That is, strace just follows the kernel. If you don't like
syscall names, please speak to kernel folks.
--
ldv
pgpew8kqGbiRY.pgp
Description: PGP signature
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
