]> granicus.if.org Git - strace/commit
file.c: move link, linkat, unlinkat, and symlinkat parsers 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:39:44 +0000 (21:39 +0000)
commit231b19fca0e47d98625a1fd1a374ecacd34da875
treef35c0f86288cb44686a71f890d118e143a4fa401
parent46245b3541b6849379bd8d369b9b240b9361c71d
file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file

* link.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* file.c: Move sys_link, sys_linkat, sys_unlinkat, sys_symlinkat, and
related code to link.c.
Makefile.am
file.c
link.c [new file with mode: 0644]