summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-v850/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-v850/unistd.h b/include/asm-v850/unistd.h
index 3782597e4ebd..1335d2605e18 100644
--- a/include/asm-v850/unistd.h
+++ b/include/asm-v850/unistd.h
@@ -398,8 +398,8 @@ extern inline pid_t wait(int * wait_stat)
/*
* "Conditional" syscalls
*/
-#define cond_syscall(name) \
- asm (".weak\t" C_SYMBOL_STRING(name) ";" \
+#define cond_syscall(name) \
+ asm (".weak\t" C_SYMBOL_STRING(name) ";" \
".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,