Timestamp:
09/02/13 13:08:05 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
3bac8a4c
Parents:
0c47440
git-author:
Sebastian Huber <sebastian.huber@…> (09/02/13 13:08:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/03/13 09:07:36)
Message:

score: Use unsigned long for atomic integers

Use unsigned long instead of uint_fast32_t since C11 provides only a
ATOMIC_LONG_LOCK_FREE macro constant. This makes it also possible to
use properly typed integer literals like 123UL. It is now clear which
compatible type should be used for the atomic integer.

(No files)

Note: See TracChangeset for help on using the changeset viewer.