aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-09-27 18:45:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-27 18:45:23 +0000
commitedc7205fd74b487db58978949551efd860741e0a (patch)
treed5fc302e856022d2478750145995440b6326940b
parentd7a85a389dfe7197e3f0cb39596261c0d816a806 (diff)
parenta7f3ab69c84fba91b386e4ba05792cdacf7aad63 (diff)
downloadmtools-edc7205fd74b487db58978949551efd860741e0a.tar.gz
Fix building against musl am: ffef67df3c am: 188f0c3ee1 am: a7f3ab69c8
Original change: https://android-review.googlesource.com/c/platform/external/mtools/+/1826497 Change-Id: I7a6d593b68acf24471fb64932d6a2e8c85204dda
-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