Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    rb169619 r5a5269d  
    3636#include <assert.h>
    3737#include <errno.h>
    38 #include <memw.h>
     38#include <mem.h>
    3939#include <ipc/ipc.h>
    4040#include <abi/ipc/methods.h>
     
    871871sys_errno_t sys_ipc_poke(void)
    872872{
    873         waitq_wake_one(&TASK->answerbox.wq);
     873        waitq_wakeup(&TASK->answerbox.wq, WAKEUP_FIRST);
    874874        return EOK;
    875875}
Note: See TracChangeset for help on using the changeset viewer.