We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad2a60 commit 5844bf7Copy full SHA for 5844bf7
libc/src/__support/threads/linux/barrier.h
@@ -41,8 +41,8 @@ static_assert(sizeof(Barrier) <= sizeof(pthread_barrier_t),
41
"internal barrier type.");
42
43
static_assert(alignof(Barrier) <= alignof(pthread_barrier_t),
44
- "The public pthread_barrier_t type has a different alignment "
45
- "than the internal barrier type.");
+ "The public pthread_barrier_t type has insufficient alignment "
+ "for the internal barrier type.");
46
47
static_assert(sizeof(CndVar) <= 24,
48
"CndVar size exceeds the size in __barrier_type.h");
0 commit comments