Skip to content

Commit 0246058

Browse files
committed
Merge pull request #88 from pranavkaruvally:s390x-fix
PiperOrigin-RevId: 917373132
2 parents a56dcd7 + 283bff7 commit 0246058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/threadpool-atomics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static inline void pthreadpool_thread_join(
142142
* i.e. two or more atomic variables sharing the same cache line will block
143143
* each other during atomic operations.
144144
*/
145-
typedef atomic_uint_fast32_t PTHREADPOOL_CACHELINE_ALIGNED
145+
typedef atomic_uint_least32_t PTHREADPOOL_CACHELINE_ALIGNED
146146
pthreadpool_atomic_uint32_t;
147147
typedef atomic_int_least32_t PTHREADPOOL_CACHELINE_ALIGNED
148148
pthreadpool_atomic_int32_t;

0 commit comments

Comments
 (0)