]> git.lizzy.rs Git - rust.git/commitdiff
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)
Fix build on DragonFly (unused function errno_location)

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


Trivial merge