gdb/linux-record: Fix newfstatat handling
authorMarcin Koƛcielnicki <koriakin@0x04.net>
Fri, 30 Oct 2015 15:52:00 +0000 (15:52 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 30 Oct 2015 15:52:00 +0000 (15:52 +0000)
commitd2de23ad3916c9d6f6102688fdbd5fdc73053c43
tree54bc2b09dedfe0820104d61fbbf4149be5580a37
parentcb658d218b873a69b1f19971695f92d5db17a388
gdb/linux-record: Fix newfstatat handling

The struct stat pointer is in the third argument, not the second.

gdb/ChangeLog:

* linux-record.c (record_linux_system_call): Fix newstatat.
gdb/ChangeLog
gdb/linux-record.c