diff options
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index e64dbd4cd829..ce0c5adc9eb0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1416,8 +1416,8 @@ extern void FASTCALL(wake_up_new_task(struct task_struct * tsk, | |||
1416 | #else | 1416 | #else |
1417 | static inline void kick_process(struct task_struct *tsk) { } | 1417 | static inline void kick_process(struct task_struct *tsk) { } |
1418 | #endif | 1418 | #endif |
1419 | extern void FASTCALL(sched_fork(struct task_struct * p, int clone_flags)); | 1419 | extern void sched_fork(struct task_struct *p, int clone_flags); |
1420 | extern void FASTCALL(sched_exit(struct task_struct * p)); | 1420 | extern void sched_dead(struct task_struct *p); |
1421 | 1421 | ||
1422 | extern int in_group_p(gid_t); | 1422 | extern int in_group_p(gid_t); |
1423 | extern int in_egroup_p(gid_t); | 1423 | extern int in_egroup_p(gid_t); |