]> granicus.if.org Git - strace/commit
file.c: group related parsers together
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Jan 2015 01:14:53 +0000 (01:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Jan 2015 01:14:53 +0000 (01:14 +0000)
commitc6ee0ecb5aa08191ab2809e02486f16ad02deb0e
tree81d4db104ac0f36e81fcbf774bf41700e5b86ae0
parent1fb1c139107c9f13bd4970cdf0d335beadf01d1d
file.c: group related parsers together

* file.c (sys_stat, sys_fstat): Collect in one place right before
the definition of printstat64.
(sys_stat64, sys_fstat64): Collect in one place right after the
definition of printstat64.
file.c