]> granicus.if.org Git - strace/commit
desc.c: move parser of fcntl syscall to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Oct 2015 12:24:01 +0000 (12:24 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Oct 2015 22:41:54 +0000 (22:41 +0000)
commit2512003cea5e8dfa0a1c8e245ef3d7e481357122
treea7879d1bce4460957398e7cd8a9751542d3ca930
parent5d68f468f4301eb0d94ab6ce5e5693405eb3c95b
desc.c: move parser of fcntl syscall to a separate file

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