Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichton

Update musl to 1.1.18

According to http://www.musl-libc.org/download.html:

This release corrects regressions in glob() and armv4t build failure
introduced in the previous release, and includes an important bug fix
for posix_spawnp in the presence of a large PATH environment variable.
This commit is contained in:
kennytm 2018-01-13 02:26:27 +08:00 committed by GitHub
commit 0d199d56ea

View file

@ -30,7 +30,7 @@ exit 1
TAG=$1
shift
MUSL=musl-1.1.17
MUSL=musl-1.1.18
# may have been downloaded in a previous run
if [ ! -d $MUSL ]; then