We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6f103 commit 6f88ed4Copy full SHA for 6f88ed4
cpython-unix/build-musl.sh
@@ -18,7 +18,7 @@ pushd musl-${MUSL_VERSION}
18
# added reallocarray(), which gets used by at least OpenSSL.
19
# Here, we disable this single function so as to not introduce
20
# symbol dependencies on clients using an older musl version.
21
-if [ "${MUSL_VERSION}" = "1.2.2"]; then
+if [ "${MUSL_VERSION}" = "1.2.2" ]; then
22
patch -p1 <<EOF
23
diff --git a/include/stdlib.h b/include/stdlib.h
24
index b54a051f..194c2033 100644
0 commit comments