]> git.lizzy.rs Git - rust.git/commit
Auto merge of #42452 - raphlinus:mx_job_default, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 5 Jun 2017 21:42:19 +0000 (21:42 +0000)
committerbors <bors@rust-lang.org>
Mon, 5 Jun 2017 21:42:19 +0000 (21:42 +0000)
commitae7920153331f26f2bc144f62082e95e74c2ba31
treebd9858c105321f5b6335522882ec715c1d6c1f04
parentd015610db7b7d30f3c92d3272ce166397a81349e
parent4e2a43f323a87e751b1cc1eaffe4e72eb200146f
Auto merge of #42452 - raphlinus:mx_job_default, r=alexcrichton

[fuchsia] Track change of mx_job_default

The implementation of mx_job_default changed from a macro which
accessed the __magenta_job_default global variable to a proper
function call. This patch tracks that change.