Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    r927a181e r1c635d6  
    3939#include <abi/ipc/ipc.h>
    4040#include <atomic.h>
    41 #include <task.h>
    42 #include <futex.h>
     41#include <abi/proc/task.h>
    4342
    4443#define IPC_FLAG_BLOCKING  0x01
     
    5251typedef sysarg_t ipc_callid_t;
    5352
    54 extern futex_t async_futex;
     53extern atomic_t async_futex;
    5554
    5655#endif
Note: See TracChangeset for help on using the changeset viewer.