aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 20:37:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 20:37:58 +0000
commit3a3eeac4398f3bb3f3dee2def3e8e45e3c105556 (patch)
treeac2c1f74fc9f119d7b39c2bd501643c2e8596aeb
parente857419dcbb71d751f0f79f72b099438a9d4c583 (diff)
parent913bec9259b785e5830eefae6883420e3da62b5b (diff)
downloadstrace-android13-qpr1-s1-release.tar.gz
Change-Id: Iccb96a6a69a2ed5dcfa442ce57518b771e1ab2b8
-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