diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b96ff1e43ada..651b51a36711 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2303,7 +2303,7 @@ extern void mm_release(struct task_struct *, struct mm_struct *); | |||
2303 | extern struct mm_struct *dup_mm(struct task_struct *tsk); | 2303 | extern struct mm_struct *dup_mm(struct task_struct *tsk); |
2304 | 2304 | ||
2305 | extern int copy_thread(unsigned long, unsigned long, unsigned long, | 2305 | extern int copy_thread(unsigned long, unsigned long, unsigned long, |
2306 | struct task_struct *, struct pt_regs *); | 2306 | struct task_struct *); |
2307 | extern void flush_thread(void); | 2307 | extern void flush_thread(void); |
2308 | extern void exit_thread(void); | 2308 | extern void exit_thread(void); |
2309 | 2309 | ||
@@ -2315,14 +2315,13 @@ extern void flush_itimer_signals(void); | |||
2315 | 2315 | ||
2316 | extern void do_group_exit(int); | 2316 | extern void do_group_exit(int); |
2317 | 2317 | ||
2318 | extern void daemonize(const char *, ...); | ||
2319 | extern int allow_signal(int); | 2318 | extern int allow_signal(int); |
2320 | extern int disallow_signal(int); | 2319 | extern int disallow_signal(int); |
2321 | 2320 | ||
2322 | extern int do_execve(const char *, | 2321 | extern int do_execve(const char *, |
2323 | const char __user * const __user *, | 2322 | const char __user * const __user *, |
2324 | const char __user * const __user *, struct pt_regs *); | 2323 | const char __user * const __user *); |
2325 | extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned long, int __user *, int __user *); | 2324 | extern long do_fork(unsigned long, unsigned long, unsigned long, int __user *, int __user *); |
2326 | struct task_struct *fork_idle(int); | 2325 | struct task_struct *fork_idle(int); |
2327 | #ifdef CONFIG_GENERIC_KERNEL_THREAD | 2326 | #ifdef CONFIG_GENERIC_KERNEL_THREAD |
2328 | extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | 2327 | extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); |