Changes in uspace/lib/c/include/ipc/common.h [927a181e:1c635d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r927a181e r1c635d6 39 39 #include <abi/ipc/ipc.h> 40 40 #include <atomic.h> 41 #include <task.h> 42 #include <futex.h> 41 #include <abi/proc/task.h> 43 42 44 43 #define IPC_FLAG_BLOCKING 0x01 … … 52 51 typedef sysarg_t ipc_callid_t; 53 52 54 extern futex_t async_futex;53 extern atomic_t async_futex; 55 54 56 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.