Changeset 927a181e in mainline for uspace/lib/c/include/ipc/common.h


Ignore:
Timestamp:
2012-12-04T02:17:04Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb10bc9
Parents:
21b703f
Message:

Turned futex_t in uspace into an opaque type.

File:
1 edited

Legend:

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

    r21b703f r927a181e  
    4040#include <atomic.h>
    4141#include <task.h>
     42#include <futex.h>
    4243
    4344#define IPC_FLAG_BLOCKING  0x01
     
    5152typedef sysarg_t ipc_callid_t;
    5253
    53 extern atomic_t async_futex;
     54extern futex_t async_futex;
    5455
    5556#endif
Note: See TracChangeset for help on using the changeset viewer.