]> granicus.if.org Git - strace/commit
Move trace_syscall_exiting below trace_syscall_entering. No code changes.
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 22 Aug 2011 09:54:06 +0000 (11:54 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 23 Aug 2011 10:53:02 +0000 (12:53 +0200)
commited4f4f02f1b1c3a0902f74969948c4c1b777ff4a
tree795c58b2a16d52f1337eca36b2c50ef9433d8205
parent3b73881a0dc6b0e084e0f78e70904123fa305d8b
Move trace_syscall_exiting below trace_syscall_entering. No code changes.

Syscall enter happens before syscall exit. Having functions
in opposite order in the source is confusing.

* syscall.c: Move trace_syscall_exiting below trace_syscall_entering.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
syscall.c