aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-07-29 21:29:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-29 21:29:52 +0000
commitd9205f3aa700214fb7f435c873a84bd2a1e70373 (patch)
tree3be09f74c282b208781735eda78eff8e944faf6c
parentd5d7eafa27a7742c9dc42da34ca240b89558adb2 (diff)
parent965ad62600f69230e546a846414be6de9d8471df (diff)
downloadcpython2-d9205f3aa700214fb7f435c873a84bd2a1e70373.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython2/+/1776890 Change-Id: If954f3a00b9b92e36de7a36cd3f3b4caf7ec098b
-rw-r--r--linux_x86_64/pyconfig/pyconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux_x86_64/pyconfig/pyconfig.h b/linux_x86_64/pyconfig/pyconfig.h
index 210484d07f..e6c363db6d 100644
--- a/linux_x86_64/pyconfig/pyconfig.h
+++ b/linux_x86_64/pyconfig/pyconfig.h
@@ -858,7 +858,10 @@
#define HAVE_TMPNAM 1
/* Define to 1 if you have the `tmpnam_r' function. */
+#ifdef __GLIBC__
+// musl does not have tmpnam_r
#define HAVE_TMPNAM_R 1
+#endif
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
`HAVE_STRUCT_TM_TM_ZONE' instead. */