Messages in this thread |  | | Date | Wed, 6 Apr 2005 04:30:01 -0700 | From | Andrew Morton <> | Subject | Re: [ANNOUNCE] April Release of LTP now Available |
| |
Marty Ridgeway <mridge@us.ibm.com> wrote: > > The April release of LTP is now on SourceForge. > > LTP-20050405
It seems to have an x86ism in it which causes the compile to fail on ppc64:
socketcall01.c: In function `socketcall': socketcall01.c:80: error: asm-specifier for variable `__sc_4' conflicts with asm clobber list
#ifndef _syscall2 #include <linux/unistd.h> #endif
#include "test.h" #include "usctest.h"
char *TCID = "socketcall01"; /* Test program identifier. */ #ifdef __NR_socketcall
_syscall2(int ,socketcall ,int ,call, unsigned long *, args); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |