aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-09-27 19:06:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-27 19:06:20 +0000
commitc39579d8a3ecec29e3bd03148cec3102b2a6e3b7 (patch)
treed5fc302e856022d2478750145995440b6326940b
parentd7a85a389dfe7197e3f0cb39596261c0d816a806 (diff)
parentedc7205fd74b487db58978949551efd860741e0a (diff)
downloadmtools-c39579d8a3ecec29e3bd03148cec3102b2a6e3b7.tar.gz
Fix building against musl am: ffef67df3c am: 188f0c3ee1 am: a7f3ab69c8 am: edc7205fd7
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1826497 Change-Id: I9aa19a4c1ec5bde5ed03592041fa1648d95e2e97
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 3438725..79571ea 100644
--- a/config.h
+++ b/config.h
@@ -302,7 +302,9 @@
#define HAVE_TERMIOS_H 1
/* Define to 1 if you have the <termio.h> header file. */
+#if !defined(ANDROID_HOST_MUSL)
#define HAVE_TERMIO_H 1
+#endif
/* Define to 1 if you have the `toupper_l' function. */
#define HAVE_TOUPPER_L 1