]> granicus.if.org Git - strace/commit
Fix decoding of newfstatat syscall on x86-64
authorAndreas Schwab <schwab@redhat.com>
Fri, 16 Oct 2009 09:37:13 +0000 (11:37 +0200)
committerAndreas Schwab <schwab@redhat.com>
Fri, 16 Oct 2009 09:37:13 +0000 (11:37 +0200)
commit61b7435ca146c8a75f867ae0e1fd35d74d7f86a5
tree820cf71474e1e129ea1b7773693e4ee30d63b71c
parent8af45cf0ea6b130817a3978b826f19ee26eb603c
Fix decoding of newfstatat syscall on x86-64

* file.c (printstat64) [LINUX && X68_64]: If tracing a 64-bit
process redirect to printstat.
Fixes RH#529316 "Field values shown for "newfstatat" system
call are incorrect"
file.c