SHA256
1
0
forked from pool/strace
strace/strace-sparc-proto.diff
Dirk Mueller 4b1e2a1cce Accepting request 42665 from home:jengelh:sparc
Copy from home:jengelh:sparc/strace via accept of submit request 42665 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42665
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=9
2010-07-08 08:04:57 +00:00

22 lines
821 B
Diff

---
linux/sparc/syscall.h | 6 ++++++
1 file changed, 6 insertions(+)
Index: strace-4.5.20/linux/sparc/syscall.h
===================================================================
--- strace-4.5.20.orig/linux/sparc/syscall.h
+++ strace-4.5.20/linux/sparc/syscall.h
@@ -215,6 +215,12 @@ int sys_move_pages(), sys_getcpu();
int sys_epoll_pwait();
int sys_signalfd(), sys_timerfd(), sys_eventfd();
+int sys_mbind(), sys_get_mempolicy(), sys_set_mempolicy();
+int sys_utimensat(), sys_timerfd_create(), sys_fallocate();
+int sys_timerfd_settime(), sys_timerfd_gettime(), sys_signalfd4();
+int sys_eventfd2(), sys_epoll_create1(), sys_dup3(), sys_pipe2();
+int sys_inotify_init1();
+
# define SYS_socket_subcall 353
#define SYS_sub_socket (SYS_socket_subcall + 1)
#define SYS_sub_bind (SYS_socket_subcall + 2)