vserver 2.0 rc7
[linux-2.6.git] / include / asm-v850 / unistd.h
index 9517031..3b55209 100644 (file)
@@ -466,7 +466,7 @@ asmlinkage long sys_rt_sigaction(int sig,
  */
 #define cond_syscall(name)                                                   \
   asm (".weak\t" C_SYMBOL_STRING(name) ";"                                   \
-       ".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall));
+       ".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall))
 #if 0
 /* This doesn't work if there's a function prototype for NAME visible,
    because the argument types probably won't match.  */