]> granicus.if.org Git - strace/commit
file.c: move *xattr 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:38:51 +0000 (21:38 +0000)
commit769ffe979770673397dfaf5f826d463a5534f775
treefc75f646e52b676c4387c35771fded61034d6b65
parent63f28dd197b4ee53b6c542fe423b12943855a045
file.c: move *xattr parsers to a separate file

* xattr.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* file.c: Move sys_setxattr, sys_fsetxattr, sys_getxattr, sys_fgetxattr,
sys_listxattr, sys_flistxattr, sys_removexattr, sys_fremovexattr,
and related code to xattr.c.
Makefile.am
file.c
xattr.c [new file with mode: 0644]