]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alexcrichton
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Sun, 7 Aug 2016 16:59:43 +0000 (09:59 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2016 16:59:43 +0000 (09:59 -0700)
commit56ffcbd3211cbffbfdcafe3204cff65571741677
treea39ba8ee1f366d3ae32789a630de1c5dfba2564f
parent9151431fd4161dafc5e9df1997e8d84601196f71
parente8da9159fb75b1bd37bc992d5c11635c83fba819
Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alexcrichton

Fix build on DragonFly (unused function errno_location)

Function errno_location() is not used on DragonFly. As warnings are
errors, this breaks the build.