Ignore:
File:
1 edited

Legend:

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

    r057d21a rbf1fb9f  
    4444#include <ipc/ipcrsc.h>
    4545#include <ipc/kbox.h>
    46 #include <synch/waitq.h>
    4746#include <udebug/udebug_ipc.h>
    4847#include <arch/interrupt.h>
     
    10521051}
    10531052
    1054 /** Interrupt one thread from sys_ipc_wait_for_call(). */
    1055 unative_t sys_ipc_poke(void)
    1056 {
    1057         waitq_unsleep(&TASK->answerbox.wq);     
    1058         return EOK;
    1059 }
    1060 
    10611053/** Connect an IRQ handler to a task.
    10621054 *
Note: See TracChangeset for help on using the changeset viewer.