diff options
Diffstat (limited to 'include/asm-m68k/unistd.h')
-rw-r--r-- | include/asm-m68k/unistd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-m68k/unistd.h b/include/asm-m68k/unistd.h index 751632b904db..3ab716f0fc18 100644 --- a/include/asm-m68k/unistd.h +++ b/include/asm-m68k/unistd.h | |||
@@ -409,12 +409,6 @@ __syscall_return(type,__res); \ | |||
409 | #define __ARCH_WANT_SYS_SIGPROCMASK | 409 | #define __ARCH_WANT_SYS_SIGPROCMASK |
410 | #define __ARCH_WANT_SYS_RT_SIGACTION | 410 | #define __ARCH_WANT_SYS_RT_SIGACTION |
411 | 411 | ||
412 | #ifdef __KERNEL_SYSCALLS__ | ||
413 | |||
414 | static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp) | ||
415 | |||
416 | #endif /* __KERNEL_SYSCALLS__ */ | ||
417 | |||
418 | /* | 412 | /* |
419 | * "Conditional" syscalls | 413 | * "Conditional" syscalls |
420 | * | 414 | * |