summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kernel/irixsig.c3
-rw-r--r--include/linux/sched.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/irixsig.c b/arch/mips/kernel/irixsig.c
index 7b0ca736b..082dc7520 100644
--- a/arch/mips/kernel/irixsig.c
+++ b/arch/mips/kernel/irixsig.c
@@ -1,4 +1,4 @@
-/* $Id: irixsig.c,v 1.5 1996/08/05 09:20:56 dm Exp $
+/* $Id: irixsig.c,v 1.3 1997/07/24 11:28:49 ralf Exp $
* irixsig.c: WHEEE, IRIX signals! YOW, am I compatable or what?!?!
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
@@ -593,7 +593,6 @@ out:
#define P_ALL 7
extern int getrusage(struct task_struct *, int, struct rusage *);
-extern void release(struct task_struct * p);
#define W_EXITED 1
#define W_TRAPPED 2
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);