From: Mike Frysinger Date: Sat, 19 Feb 2011 20:32:07 +0000 (-0500) Subject: sparc: add new funcs to syscall.h X-Git-Tag: v4.6~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e44a4a262ab1d47815262a6bb03ba6001c79096a;p=strace sparc: add new funcs to syscall.h Sync missing defs from the common syscall.h here. * linux/sparc/syscall.h: Add sys_setfsuid, sys_pread64, and sys_pwrite64 prototypes. Signed-off-by: Mike Frysinger --- diff --git a/linux/sparc/syscall.h b/linux/sparc/syscall.h index 07bc777c..0e8df5e2 100644 --- a/linux/sparc/syscall.h +++ b/linux/sparc/syscall.h @@ -219,6 +219,8 @@ int sys_epoll_pwait(); int sys_signalfd(), sys_timerfd(), sys_eventfd(); int sys_signalfd4(), sys_eventfd2(), sys_epoll_create1(), sys_dup3(), sys_pipe2(); int sys_inotify_init1(); +int sys_setfsuid(); +int sys_pread64(), sys_pwrite64(); # define SYS_socket_subcall 353 #define SYS_sub_socket (SYS_socket_subcall + 1)