summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-23 17:08:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-23 17:08:01 +0000
commit02632755186f48ba29173532a280cc1739ec0343 (patch)
tree0660a4781c6ce941dfca4c9c356c24ed59392f10 /include
parentf84f2768decad2d7b60ec13d740029fc60651f64 (diff)
The name of release changed to release_task.
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1e3dbe20f..25196fc53 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -562,7 +562,7 @@ extern void FASTCALL(wake_up_process(struct task_struct * tsk));
extern int in_group_p(gid_t);
extern int in_egroup_p(gid_t);
-extern void release(struct task_struct * p);
+extern void release_task(struct task_struct * p);
extern void proc_caches_init(void);
extern void flush_signals(struct task_struct *);