]> granicus.if.org Git - strace/commit
file.c: move fallocate parser to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 6 Dec 2014 03:53:16 +0000 (03:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 21:38:25 +0000 (21:38 +0000)
commit2795a5f7ac529d1e69162bb7fd907a2e19bda8a1
tree402343a14bbb2f6d3ac24682412b9d52bf2f4361
parent85a364a4ace102e4605c89ae9fe84071ea3afe91
file.c: move fallocate parser to a separate file

* fallocate.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* file.c (sys_fallocate): Move to fallocate.c.
Makefile.am
fallocate.c [new file with mode: 0644]
file.c