proc: turn signal_struct->count into "int nr_threads"
[deliverable/linux.git] / include / linux / init_task.h
index 7996fc2c9ba9ee4fc0b573e4e07dffcc0c028c9b..0551e0dcb71b70072f09e887fb56feea85d77276 100644 (file)
@@ -16,7 +16,7 @@ extern struct files_struct init_files;
 extern struct fs_struct init_fs;
 
 #define INIT_SIGNALS(sig) {                                            \
-       .count          = ATOMIC_INIT(1),                               \
+       .nr_threads     = 1,                                            \
        .wait_chldexit  = __WAIT_QUEUE_HEAD_INITIALIZER(sig.wait_chldexit),\
        .shared_pending = {                                             \
                .list = LIST_HEAD_INIT(sig.shared_pending.list),        \
This page took 0.044458 seconds and 5 git commands to generate.