aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-06-05 21:49:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-05 21:49:36 +0000
commit22ff4c65a26c2125667ffce486815e0b60ae4761 (patch)
tree5e310d599da70034685bb462dfaf87e6f72c6c83
parent00ca49d61c4099d4232f16b8b45702c04af1d2aa (diff)
parent7233cfe8da4dfc9f550ce7d7da6fd487d3721971 (diff)
downloadstrace-22ff4c65a26c2125667ffce486815e0b60ae4761.tar.gz
Merge "32 bit kvm is deprecated." am: e862cfa113 am: 7233cfe8da
Original change: https://android-review.googlesource.com/c/platform/external/strace/+/1324951 Change-Id: I0505accc196c0fc03cd9078996b73714e64547ef
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 58a16285..7cccfc75 100644
--- a/config.h
+++ b/config.h
@@ -781,7 +781,9 @@
#define HAVE_LINUX_KCMP_H 1
/* Define to 1 if you have the <linux/kvm.h> header file. */
+#if defined(__LP64__)
#define HAVE_LINUX_KVM_H 1
+#endif
/* Define to 1 if you have the <linux/memfd.h> header file. */
#define HAVE_LINUX_MEMFD_H 1