Ignore:
File:
1 edited

Legend:

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

    r0b5203b raafed15  
    4848#include <synch/spinlock.h>
    4949#include <synch/waitq.h>
    50 #include <synch/syswaitq.h>
    5150#include <cpu.h>
    5251#include <str.h>
     
    520519                         */
    521520                        ipc_cleanup();
    522                         sys_waitq_task_cleanup();
     521                        futex_task_cleanup();
    523522                        LOG("Cleanup of task %" PRIu64 " completed.", TASK->taskid);
    524523                }
Note: See TracChangeset for help on using the changeset viewer.