commit | 44f0ed1ca560cad60194ae0542b9e223bdeff92b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed May 01 15:56:22 2013 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 01 15:56:22 2013 +0000 |
tree | f73b80470f44ce9617ee54753fa7fb8bc9e9a3b9 | |
parent | e67e9f89ca8109ae31be07fbc1dd4d425c1f13da [diff] |
Alias sys_*lstat* syscall printing functions * file.c (sys_lstat, sys_lstat64, sys_oldlstat): Remove. * linux/dummy.h: Move !HAVE_STRUCT___OLD_KERNEL_STAT aliases forward. (sys_lstat): Alias to sys_stat. (sys_lstat64): Alias to sys_stat64. (sys_oldlstat): Alias to sys_oldstat. * linux/syscall.h (sys_lstat, sys_lstat64, sys_oldlstat): Remove. * linux/x32/syscallent1.h (sys_lstat64): Remove.