We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a953 commit b0b56b0Copy full SHA for b0b56b0
work-steal/work-steal.c
@@ -51,7 +51,7 @@ static work_t *EMPTY = (work_t *) 0x100, *ABORT = (work_t *) 0x200;
51
52
typedef struct {
53
atomic_size_t size;
54
- _Atomic work_t *buffer[];
+ _Atomic(work_t *) buffer[];
55
} array_t;
56
57
0 commit comments