Changeset 42da5ed in mainline
- Timestamp:
- 2018-09-24T15:41:04Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e6b76d
- Parents:
- 34c76e2f
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-24 15:35:56)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-24 15:41:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/futex.h
r34c76e2f r42da5ed 46 46 volatile atomic_int val; 47 47 #ifdef CONFIG_DEBUG_FUTEX 48 // FIXME: Should be _Atomic(fibril_t *) 49 fibril_t *owner; 48 _Atomic(fibril_t *) owner; 50 49 #endif 51 50 } futex_t;
Note:
See TracChangeset
for help on using the changeset viewer.