aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-03 09:13:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-03 09:13:33 +0000
commit99524c244dd7796339cbb1ff6871c4296348aff3 (patch)
treeac2c1f74fc9f119d7b39c2bd501643c2e8596aeb
parent82a68a85f0b8606612adf4be088914a3f7cda4e8 (diff)
parente65115326cbbda02813032417012e9d995485df3 (diff)
downloadstrace-main-cg-testing-release.tar.gz
Merge "Snap for 8400509 from 03689cc40ee0d67eda2a47002e82c41980da88d5 to main-cg-testing-release" into main-cg-testing-releasemain-cg-testing-release
-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