kernel: finish implementation of private and shared futexes
This commit is contained in:
@@ -27,7 +27,7 @@ struct task {
|
||||
struct address_space *t_address_space;
|
||||
spin_lock_t t_handles_lock;
|
||||
struct handle_table *t_handles;
|
||||
struct btree b_channels;
|
||||
struct btree t_channels, t_futex;
|
||||
|
||||
struct btree_node t_tasklist;
|
||||
struct queue_entry t_child_entry;
|
||||
|
||||
Reference in New Issue
Block a user