aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/atomics/generic-sunpro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/atomics/generic-sunpro.h')
-rw-r--r--src/include/port/atomics/generic-sunpro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/atomics/generic-sunpro.h b/src/include/port/atomics/generic-sunpro.h
index 7a3028ec3d0..d369207fb34 100644
--- a/src/include/port/atomics/generic-sunpro.h
+++ b/src/include/port/atomics/generic-sunpro.h
@@ -61,7 +61,7 @@ typedef struct pg_atomic_uint64
* it proves to be a problem, we'll have to add more version checks for 64
* bit support.
*/
- volatile uint64 value __attribute__((__aligned__(8)));
+ volatile uint64 value pg_attribute_aligned(8);
} pg_atomic_uint64;
#endif /* HAVE_ATOMIC_H */