On Mon, May 06, 2013 at 11:21:13AM -0400, Chris Metcalf wrote:
> Newer Linux architectures don't support the stat/stat64 syscalls.
> Instead they use fstatat() with AT_FDCWD and an extra flags argument.
> Support seeing this output in the 'strace -efile' test.
> 
> As part of this change, use "grep -E -x" syntax consistently for
> all stat tests, since the number of \(foo\)\? expressions was becoming
> pretty unwieldy.

Thanks.  These fstatat family syscalls have different names on different
architectures, though, so I've applied this patch, and a small regexp
correction on top of it.  Make-tested on x86/x86-64/armv7.


-- 
ldv

Attachment: pgpq8iVPyejna.pgp
Description: PGP signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to