aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:00:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:00:28 +0000
commitde9f51939c6f9a1c435dd0ffafc5d115bff674e3 (patch)
treeac2c1f74fc9f119d7b39c2bd501643c2e8596aeb
parent078680f8f58e50cbccfb46e7c621fb1a76903417 (diff)
parent90d369459ca896e087331409028d3c4960344da7 (diff)
downloadstrace-android13-frc-media-release.tar.gz
Snap for 8512216 from 90d369459ca896e087331409028d3c4960344da7 to tm-frc-media-releaset_frc_med_330443030android13-frc-media-release
Change-Id: Ieacf00e289c9259f3ac9a6027b2716f594c91def
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7cccfc75..46a54927 100644
--- a/config.h
+++ b/config.h
@@ -978,7 +978,9 @@
#define HAVE_SIG_ATOMIC_T 1
/* Define to 1 if the system provides static_assert */
-/* #undef HAVE_STATIC_ASSERT */
+#if __STDC_VERSION__ >= 201112L
+#define HAVE_STATIC_ASSERT 1
+#endif
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1