2008-11-13  Kirill A. Shutemov  <[EMAIL PROTECTED]>

        * linux/arm/syscallent.h: Fix build on ARM EABI which does not
        provide syscalls socketcall and ipc.

--- linux/arm/syscallent.h
+++ linux/arm/syscallent.h
@@ -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


-- 
ldv

Attachment: pgpyhpu1fmGMH.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to