]> granicus.if.org Git - strace/commit
syscall.c: move inclusion of arch specific files to the end of file
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 30 Nov 2015 13:57:51 +0000 (13:57 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 30 Nov 2015 15:31:30 +0000 (15:31 +0000)
commit7386ca7a079f41e389ab48dcfa26e3a5e512243a
tree81970c80f4f9e61acd7a39b2c6e7ee43541f8ae5
parentf3e9e61d7846149daaa8088f1963f6ee5eca1625
syscall.c: move inclusion of arch specific files to the end of file

Move inclusion of arch specific files that define static functions to
the end of syscall.c.

* syscall.c (get_syscall_result_regs, get_error, getregs_old):
New forward declarations.
(arch_get_scno): Move forward.
Move inclusion of "get_scno.c", "get_syscall_args.c",
"get_syscall_result.c", "get_error.c", and "getregs_old.c"
to the end of file.
syscall.c