X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-cris%2Funistd.h;h=e80bf276b10110e5ecccc18eff4b0464d2a8f9e2;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=0b58c457b9724516c5601792a58d5019a274b340;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/include/asm-cris/unistd.h b/include/asm-cris/unistd.h index 0b58c457b..e80bf276b 100644 --- a/include/asm-cris/unistd.h +++ b/include/asm-cris/unistd.h @@ -387,6 +387,6 @@ extern inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) * What we want is __attribute__((weak,alias("sys_ni_syscall"))), * but it doesn't work on all toolchains, so we just do it by hand */ -#define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); +#define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") #endif /* _ASM_CRIS_UNISTD_H_ */