summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-07-29 03:04:27 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-07-29 03:04:27 +0000
commit32b3fe8f5662c26a6097927047c5ce493be88615 (patch)
tree34bfef2f6e1a498fa4579480c6cbbf7d5072a125 /include
parentc7c4053278feb7506e77a2784fd0f79b9eceab69 (diff)
Declare release in <linux/sched.h>, fix caller.
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 361498ead..1aafb505f 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -442,6 +442,7 @@ extern void wake_up_interruptible(struct wait_queue ** p);
extern void wake_up_process(struct task_struct * tsk);
extern void notify_parent(struct task_struct * tsk);
+extern void release(struct task_struct * p);
extern void force_sig(unsigned long sig,struct task_struct * p);
extern int send_sig(unsigned long sig,struct task_struct * p,int priv);
extern int in_group_p(gid_t grp);