Add AVR32 support for strace
This commit is contained in:
parent
f5d9ad3c7d
commit
0ad937e915
2101
package/strace/strace-avr32.patch
Normal file
2101
package/strace/strace-avr32.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@
|
||||
@@ -2404,14 +2404,18 @@
|
||||
switch (known_scno(tcp)) {
|
||||
#ifdef LINUX
|
||||
#if !defined (ALPHA) && !defined(SPARC) && !defined(SPARC64) && !defined(MIPS) && !defined(HPPA)
|
||||
#if !defined (ALPHA) && !defined(SPARC) && !defined(SPARC64) && !defined(MIPS) && !defined(HPPA) && !defined(AVR32)
|
||||
+#ifdef __NR_socketcall
|
||||
case SYS_socketcall:
|
||||
decode_subcall(tcp, SYS_socket_subcall,
|
||||
@ -57,6 +57,6 @@
|
||||
SYS_ipc_nsubcalls, shift_style);
|
||||
break;
|
||||
+#endif
|
||||
#endif /* !ALPHA && !MIPS && !SPARC && !SPARC64 && !HPPA */
|
||||
#endif /* !ALPHA && !MIPS && !SPARC && !SPARC64 && !HPPA && !AVR32 */
|
||||
#if defined (SPARC) || defined (SPARC64)
|
||||
case SYS_socketcall:
|
||||
|
Loading…
Reference in New Issue
Block a user