aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sched.h4
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
1419extern void FASTCALL(sched_fork(struct task_struct * p, int clone_flags)); 1419extern void sched_fork(struct task_struct *p, int clone_flags);
1420extern void FASTCALL(sched_exit(struct task_struct * p)); 1420extern void sched_dead(struct task_struct *p);
1421 1421
1422extern int in_group_p(gid_t); 1422extern int in_group_p(gid_t);
1423extern int in_egroup_p(gid_t); 1423extern int in_egroup_p(gid_t);