]> granicus.if.org Git - strace/commit
Fix struct pt_regs declaration on i386 and x86-64
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 17 Jan 2012 18:37:13 +0000 (18:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 17 Jan 2012 18:37:13 +0000 (18:37 +0000)
commit024cad9a25bd11abc05525ab58b33cb570e29464
tree41c9c2043e9033dc5242e71b86c6067d6a67336c
parentfe585656f8d0c6ac7298df22fce0d9ee0935e264
Fix struct pt_regs declaration on i386 and x86-64

* defs.h [I386] (i386_regs): Replace definition with declaration.
[X86_64] (x86_64_regs): Remove.
* syscall.c [X86_64] (x86_64_regs): Make static.
defs.h
syscall.c