diff options
-rw-r--r-- | pfinet/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux/sched.h b/pfinet/linux/sched.h index a1fc95b6..08358dd5 100644 --- a/pfinet/linux/sched.h +++ b/pfinet/linux/sched.h @@ -14,6 +14,7 @@ #define jiffies (fetch_jiffies ()) extern struct task_struct *current; +extern struct task_struct current_contents; struct task_struct { @@ -24,7 +25,6 @@ struct task_struct int blocked; int state; int isroot; - thread_t thread; }; /* FLAGS in task_struct's. */ |