]> granicus.if.org Git - strace/commit
desc.c: move parser of flock syscall to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Oct 2015 12:20:11 +0000 (12:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Oct 2015 22:41:54 +0000 (22:41 +0000)
commit5d68f468f4301eb0d94ab6ce5e5693405eb3c95b
treec998e8cb9c9289537fd6b004818f4c4a8bc4f622
parentf4d6a0d4e1b1a217a64e29a9a592a254255e5333
desc.c: move parser of flock syscall to a separate file

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