diff options
| author | Chris Wedgwood <cw@f00f.org> | 2003-02-07 00:24:40 -0800 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-07 00:24:40 -0800 |
| commit | 631da088f602364f696a50d001b5c2f3d0026070 (patch) | |
| tree | 1ad1d666b512ef8cc715ea63a9da84070a968493 /include | |
| parent | 687bc18d6aec8958d690cde01ce7dca2fcc8f871 (diff) | |
[PATCH] signal locking update
Accomodate the signal locking moving from "tsk->sig" to "tsk->sighand".
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ea5d949f946c..975dd5dca713 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -778,7 +778,7 @@ static inline void cond_resched_lock(spinlock_t * lock) /* Reevaluate whether the task has signals pending delivery. This is required every time the blocked sigset_t changes. - callers must hold sig->siglock. */ + callers must hold sighand->siglock. */ extern FASTCALL(void recalc_sigpending_tsk(struct task_struct *t)); extern void recalc_sigpending(void); |
