summaryrefslogtreecommitdiff
path: root/src/atomic_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops.h')
-rw-r--r--src/atomic_ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ops.h b/src/atomic_ops.h
index bd8cf85..92d1f4a 100644
--- a/src/atomic_ops.h
+++ b/src/atomic_ops.h
@@ -231,7 +231,7 @@
# endif
#endif /* !AO_ATTR_NO_SANITIZE_THREAD */
-#if (AO_GNUC_PREREQ(4, 3) || __STDC_VERSION__ >= 201112L) && !defined(LINT2)
+#if (AO_GNUC_PREREQ(7, 5) || __STDC_VERSION__ >= 201112L) && !defined(LINT2)
# define AO_ALIGNOF_SUPPORTED 1
#endif