diff options
Diffstat (limited to 'package/strace/patches/patch-linux_arm_syscallent_h')
-rw-r--r-- | package/strace/patches/patch-linux_arm_syscallent_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/strace/patches/patch-linux_arm_syscallent_h b/package/strace/patches/patch-linux_arm_syscallent_h new file mode 100644 index 000000000..387490267 --- /dev/null +++ b/package/strace/patches/patch-linux_arm_syscallent_h @@ -0,0 +1,15 @@ +--- strace-4.5.18.orig/linux/arm/syscallent.h 2008-07-18 03:23:49.000000000 +0200 ++++ strace-4.5.18/linux/arm/syscallent.h 2009-11-22 21:27:48.660576873 +0100 +@@ -431,6 +431,7 @@ + { 5, 0, printargs, "SYS_398" }, /* 398 */ + { 5, 0, printargs, "SYS_399" }, /* 399 */ + ++#ifndef __ARM_EABI__ + #if SYS_socket_subcall != 400 + #error fix me + #endif +@@ -481,3 +482,4 @@ + { 4, TI, sys_shmdt, "shmdt" }, /* 440 */ + { 4, TI, sys_shmget, "shmget" }, /* 441 */ + { 4, TI, sys_shmctl, "shmctl" }, /* 442 */ ++#endif |