Loading package/strace/strace-autoreconf.patch +10748 −405 File changed.Preview size limit exceeded, changes collapsed. Show changes package/strace/strace-undef-syscall.patch +6 −8 Original line number Diff line number Diff line Loading @@ -15,29 +15,27 @@ { 4, 0, sys_epoll_ctl, "epoll_ctl" }, /* 255 */ --- strace-4.5.15.orig/linux/syscallent.h 2007-02-04 19:03:48.000000000 +0100 +++ strace-4.5.15/linux/syscallent.h 2007-02-04 19:11:04.000000000 +0100 @@ -130,7 +130,11 @@ @@ -130,7 +130,10 @@ { 2, TF, sys_statfs, "statfs" }, /* 99 */ { 2, TD, sys_fstatfs, "fstatfs" }, /* 100 */ { 3, 0, sys_ioperm, "ioperm" }, /* 101 */ - { 2, TD, sys_socketcall, "socketcall", SYS_socketcall }, /* 102 */ + { 2, TD, sys_socketcall, "socketcall" + { 2, TD, sys_socketcall, "socketcall", +#ifdef __NR_socketcall + , SYS_socketcall + SYS_socketcall }, /* 102 */ +#endif + }, /* 102 */ { 3, 0, sys_syslog, "syslog" }, /* 103 */ { 3, 0, sys_setitimer, "setitimer" }, /* 104 */ { 2, 0, sys_getitimer, "getitimer" }, /* 105 */ @@ -145,7 +149,11 @@ @@ -145,7 +148,10 @@ { 4, TP, sys_wait4, "wait4", SYS_wait4 }, /* 114 */ { 1, 0, sys_swapoff, "swapoff" }, /* 115 */ { 1, 0, sys_sysinfo, "sysinfo" }, /* 116 */ - { 6, 0, sys_ipc, "ipc", SYS_ipc }, /* 117 */ + { 6, 0, sys_ipc, "ipc" + { 6, 0, sys_ipc, "ipc", +#ifdef __NR_ipc + , SYS_ipc + SYS_ipc }, /* 117 */ +#endif + }, /* 117 */ { 1, TD, sys_fsync, "fsync" }, /* 118 */ { 1, TS, sys_sigreturn, "sigreturn" }, /* 119 */ { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */ Loading Loading
package/strace/strace-autoreconf.patch +10748 −405 File changed.Preview size limit exceeded, changes collapsed. Show changes
package/strace/strace-undef-syscall.patch +6 −8 Original line number Diff line number Diff line Loading @@ -15,29 +15,27 @@ { 4, 0, sys_epoll_ctl, "epoll_ctl" }, /* 255 */ --- strace-4.5.15.orig/linux/syscallent.h 2007-02-04 19:03:48.000000000 +0100 +++ strace-4.5.15/linux/syscallent.h 2007-02-04 19:11:04.000000000 +0100 @@ -130,7 +130,11 @@ @@ -130,7 +130,10 @@ { 2, TF, sys_statfs, "statfs" }, /* 99 */ { 2, TD, sys_fstatfs, "fstatfs" }, /* 100 */ { 3, 0, sys_ioperm, "ioperm" }, /* 101 */ - { 2, TD, sys_socketcall, "socketcall", SYS_socketcall }, /* 102 */ + { 2, TD, sys_socketcall, "socketcall" + { 2, TD, sys_socketcall, "socketcall", +#ifdef __NR_socketcall + , SYS_socketcall + SYS_socketcall }, /* 102 */ +#endif + }, /* 102 */ { 3, 0, sys_syslog, "syslog" }, /* 103 */ { 3, 0, sys_setitimer, "setitimer" }, /* 104 */ { 2, 0, sys_getitimer, "getitimer" }, /* 105 */ @@ -145,7 +149,11 @@ @@ -145,7 +148,10 @@ { 4, TP, sys_wait4, "wait4", SYS_wait4 }, /* 114 */ { 1, 0, sys_swapoff, "swapoff" }, /* 115 */ { 1, 0, sys_sysinfo, "sysinfo" }, /* 116 */ - { 6, 0, sys_ipc, "ipc", SYS_ipc }, /* 117 */ + { 6, 0, sys_ipc, "ipc" + { 6, 0, sys_ipc, "ipc", +#ifdef __NR_ipc + , SYS_ipc + SYS_ipc }, /* 117 */ +#endif + }, /* 117 */ { 1, TD, sys_fsync, "fsync" }, /* 118 */ { 1, TS, sys_sigreturn, "sigreturn" }, /* 119 */ { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */ Loading