commit | a1b5ca2fe02cd3a08963bd9cc9bdcac99b0cce57 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 22 20:10:53 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Mon Apr 22 20:10:53 2024 +0000 |
tree | 88807f3cd49e6613aa6a39305af6082d6318316e | |
parent | ed21ffc70a4656492fa7f67cba8fa5aa2b232b48 [diff] [blame] |
Always use `__foo__` for attribute names. To avoid collisions with other macros. Change-Id: I015639043deaceccaf5f11365f8bdc45ca703da5
diff --git a/libc/include/bits/struct_file.h b/libc/include/bits/struct_file.h index abbd320..8cb8d28 100644 --- a/libc/include/bits/struct_file.h +++ b/libc/include/bits/struct_file.h
@@ -39,6 +39,6 @@ #else char __private[84]; #endif -} __attribute__((aligned(sizeof(void*)))); +} __attribute__((__aligned__(sizeof(void*)))); __END_DECLS