Changeset 42da5ed in mainline


Ignore:
Timestamp:
2018-09-24T15:41:04Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
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)
Message:

Fix clang build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/futex.h

    r34c76e2f r42da5ed  
    4646        volatile atomic_int val;
    4747#ifdef CONFIG_DEBUG_FUTEX
    48         // FIXME: Should be _Atomic(fibril_t *)
    49         fibril_t *owner;
     48        _Atomic(fibril_t *) owner;
    5049#endif
    5150} futex_t;
Note: See TracChangeset for help on using the changeset viewer.