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.
max_align_t
1 parent 099caae commit 1710f3cCopy full SHA for 1710f3c
libc-bottom-half/headers/public/__struct_sockaddr.h
@@ -7,7 +7,7 @@
7
#include <__typedef_sa_family_t.h>
8
9
struct sockaddr {
10
- _Alignas(max_align_t) sa_family_t sa_family;
+ __attribute__((aligned(__BIGGEST_ALIGNMENT__))) sa_family_t sa_family;
11
char sa_data[0];
12
};
13
0 commit comments