commit | 231b19fca0e47d98625a1fd1a374ecacd34da875 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Dec 06 03:53:16 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 21:39:44 2014 +0000 |
tree | f35c0f86288cb44686a71f890d118e143a4fa401 | |
parent | 46245b3541b6849379bd8d369b9b240b9361c71d [diff] |
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.