patch-2.1.107 linux/include/linux/sched.h
Next file: linux/include/linux/sdla_x25.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jun 24 15:51:17 1998
- Orig file:
v2.1.106/linux/include/linux/sched.h
- Orig date:
Tue Jun 23 10:01:29 1998
diff -u --recursive --new-file v2.1.106/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -32,6 +32,7 @@
#define CLONE_FILES 0x00000400 /* set if open files shared between processes */
#define CLONE_SIGHAND 0x00000800 /* set if signal handlers shared */
#define CLONE_PID 0x00001000 /* set if pid shared */
+#define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
/*
* These are the constant used to fake the fixed-point load-average
@@ -350,7 +351,7 @@
/* timeout */ 0,SCHED_OTHER,0,0,0,0,0,0,0, \
/* timer */ { NULL, NULL, 0, 0, it_real_fn }, \
/* utime */ {0,0,0,0},0, \
-/* per cpu times */ {0, }, {0, }, \
+/* per CPU times */ {0, }, {0, }, \
/* flt */ 0,0,0,0,0,0, \
/* swp */ 0,0,0,0,0, \
/* process credentials */ \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov