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