X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=a01ac6dd5f5e1c07d9a54a8f879512db2eac3905;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=3de79016f2a669dbbb5bd16395d3458032be2b86;hpb=1799e35d5baab6e06168b46cc78b968e728ea3d1;p=linux-2.6 diff --git a/include/linux/sched.h b/include/linux/sched.h index 3de79016f2..a01ac6dd5f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -438,7 +438,7 @@ struct sighand_struct { atomic_t count; struct k_sigaction action[_NSIG]; spinlock_t siglock; - struct list_head signalfd_list; + wait_queue_head_t signalfd_wqh; }; struct pacct_struct {