Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    r0b5203b rabf6c01  
    4343#include <mm/slab.h>
    4444#include <atomic.h>
     45#include <synch/futex.h>
    4546#include <synch/spinlock.h>
    4647#include <synch/waitq.h>
     
    250251        }
    251252
     253        futex_task_init(task);
     254
    252255        irq_spinlock_lock(&tasks_lock, true);
    253256
Note: See TracChangeset for help on using the changeset viewer.