summaryrefslogtreecommitdiff
path: root/linux/syscall.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:56:22 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-05-01 15:56:22 +0000
commit44f0ed1ca560cad60194ae0542b9e223bdeff92b (patch)
treef73b80470f44ce9617ee54753fa7fb8bc9e9a3b9 /linux/syscall.h
parente67e9f89ca8109ae31be07fbc1dd4d425c1f13da (diff)
downloadstrace-44f0ed1ca560cad60194ae0542b9e223bdeff92b.tar.gz
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.
Diffstat (limited to 'linux/syscall.h')
-rw-r--r--linux/syscall.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/syscall.h b/linux/syscall.h
index 090b54c34..6368cefe0 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -126,8 +126,6 @@ int sys_listen();
int sys_listxattr();
int sys_llseek();
int sys_lseek();
-int sys_lstat();
-int sys_lstat64();
int sys_madvise();
int sys_mbind();
int sys_migrate_pages();
@@ -161,7 +159,6 @@ int sys_newfstatat();
int sys_old_mmap();
int sys_old_mmap_pgoff();
int sys_oldfstat();
-int sys_oldlstat();
int sys_oldselect();
int sys_oldstat();
int sys_open();