diff options
Diffstat (limited to 'package/strace/strace-fix-arm-bad-syscall.patch')
-rw-r--r-- | package/strace/strace-fix-arm-bad-syscall.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/strace/strace-fix-arm-bad-syscall.patch b/package/strace/strace-fix-arm-bad-syscall.patch index d7d7426b7..3f3144e92 100644 --- a/package/strace/strace-fix-arm-bad-syscall.patch +++ b/package/strace/strace-fix-arm-bad-syscall.patch @@ -1,6 +1,6 @@ ---- strace-4.5.12-orig/syscall.c 2005-06-08 21:45:28.000000000 +0100 -+++ strace-4.5.12/syscall.c 2005-10-25 19:26:39.000000000 +0100 -@@ -1013,6 +1013,15 @@ struct tcb *tcp; +--- a/syscall.c ++++ b/syscall.c +@@ -1016,6 +1016,15 @@ struct tcb *tcp; /* * Note: we only deal with only 32-bit CPUs here. */ |