From 24f818725bb7eeffff055fe5b5a0cd0bdf490bca Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 23:09:32 +0000 Subject: Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... --- libc/sysdeps/linux/cris/fork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/cris') diff --git a/libc/sysdeps/linux/cris/fork.c b/libc/sysdeps/linux/cris/fork.c index 0399edce8..4dd8e0269 100644 --- a/libc/sysdeps/linux/cris/fork.c +++ b/libc/sysdeps/linux/cris/fork.c @@ -8,5 +8,4 @@ SYSCALL__ (__libc_fork, 0) R0&-1==R0, and the child gets R0&0==0. */ /* i dunno what the blurb above is useful for. we just return. */ __asm__("ret\n\tnop"); -weak_alias(__libc_fork, fork); - +weak_alias(__libc_fork, fork) -- cgit v1.2.3