aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-09-27 19:20:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-27 19:20:36 +0000
commit370655d4a094d1a49d67ebf7f2ba56686569d204 (patch)
treed5fc302e856022d2478750145995440b6326940b
parentb41eb29778d1b60d4dfbc44758257b9127cf4ba3 (diff)
parentc39579d8a3ecec29e3bd03148cec3102b2a6e3b7 (diff)
downloadmtools-370655d4a094d1a49d67ebf7f2ba56686569d204.tar.gz
Fix building against musl am: ffef67df3c am: 188f0c3ee1 am: a7f3ab69c8 am: edc7205fd7 am: c39579d8a3
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1826497 Change-Id: Ic2c674fe507ce3fd7dde4df79b8e6b35e0aac4d8
-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