Changes in uspace/lib/c/include/futex.h [b59318e:6b96dc06] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/futex.h
rb59318e r6b96dc06 45 45 atomic_t val; 46 46 #ifdef CONFIG_DEBUG_FUTEX 47 _Atomicvoid *owner;47 void *owner; 48 48 #endif 49 49 } futex_t;
Note:
See TracChangeset
for help on using the changeset viewer.