patch-1.3.96 linux/include/linux/sched.h
Next file: linux/include/linux/skbuff.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sat Apr 27 15:05:15 1996
- Orig file:
v1.3.95/linux/include/linux/sched.h
- Orig date:
Tue Apr 23 13:57:14 1996
diff -u --recursive --new-file v1.3.95/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -269,6 +269,7 @@
#define PF_EXITING 0x00000200 /* getting shut down */
#define PF_USEDFPU 0x00100000 /* Process used the FPU this quantum (SMP only) */
+#define PF_DTRACE 0x00200000 /* delayed trace (used on m68k) */
/*
* Limit the stack by to some sane default: root can always
@@ -344,6 +345,7 @@
extern void wake_up_process(struct task_struct * tsk);
extern void notify_parent(struct task_struct * tsk);
+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);
@@ -373,6 +375,7 @@
extern void flush_thread(void);
extern void exit_thread(void);
+extern void exit_mm(struct task_struct *);
extern void exit_fs(struct task_struct *);
extern void exit_files(struct task_struct *);
extern void exit_sighand(struct task_struct *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this