diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 78a2ae3470df..1162258bcaf0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2289,7 +2289,7 @@ extern int disallow_signal(int); | |||
2289 | extern int do_execve(const char *, | 2289 | extern int do_execve(const char *, |
2290 | const char __user * const __user *, | 2290 | const char __user * const __user *, |
2291 | const char __user * const __user *); | 2291 | const char __user * const __user *); |
2292 | extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned long, int __user *, int __user *); | 2292 | extern long do_fork(unsigned long, unsigned long, unsigned long, int __user *, int __user *); |
2293 | struct task_struct *fork_idle(int); | 2293 | struct task_struct *fork_idle(int); |
2294 | #ifdef CONFIG_GENERIC_KERNEL_THREAD | 2294 | #ifdef CONFIG_GENERIC_KERNEL_THREAD |
2295 | extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | 2295 | extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); |