diff options
Diffstat (limited to 'lib/stream.h')
| -rw-r--r-- | lib/stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stream.h b/lib/stream.h index 32b6fb5af1..20c5d3d77d 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -115,9 +115,9 @@ struct stream_fifo { pthread_mutex_t mtx; /* number of streams in this fifo */ - _Atomic size_t count; + atomic_size_t count; #if defined DEV_BUILD - _Atomic size_t max_count; + atomic_size_t max_count; #endif struct stream *head; |
