From: Andrew Morton usr/klibc/arch/alpha/pipe.c: In function `pipe': usr/klibc/arch/alpha/pipe.c:17: error: parse error before "_syscall_clobbers" Workaround it. btw, can we get all this code looking vaguely CodingStyleish please? Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton --- usr/klibc/arch/alpha/pipe.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN usr/klibc/arch/alpha/pipe.c~git-klibc-alpha-fixes usr/klibc/arch/alpha/pipe.c --- 25-alpha/usr/klibc/arch/alpha/pipe.c~git-klibc-alpha-fixes 2006-05-14 18:26:52.000000000 -0700 +++ 25-alpha-akpm/usr/klibc/arch/alpha/pipe.c 2006-05-14 18:31:03.000000000 -0700 @@ -14,7 +14,7 @@ int pipe(int *fds) sc_0 = __NR_pipe; asm volatile("callsys" : "=r" (sc_0), "=r" (sc_19), "=r" (sc_20) : "0" (sc_0) - : _syscall_clobbers); + ); if ( sc_19 ) { errno = sc_19; _