]> granicus.if.org Git - strace/commitdiff
sparc: add new funcs to syscall.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 19 Feb 2011 20:32:07 +0000 (15:32 -0500)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Feb 2011 20:42:25 +0000 (20:42 +0000)
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 <vapier@gentoo.org>
linux/sparc/syscall.h

index 07bc777cb39f24e0d26a0d57d7e426b8ace21e95..0e8df5e2a0a3503ef4f23e4bec9602c047375873 100644 (file)
@@ -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)