Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 22a802584f1a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a815f53c60b9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2018

  1. libredirect: Add preload wrapper for stat()

    Pull request #50246 was merged a bit too quickly and it was supposed to
    fix libredirect on Darwin. However it still failed on Darwin and this
    was missed by the person merging the pull request.
    
    The reason this was failing was that there is no __xstat* on Darwin.
    
    So I'm adding a wrapper for stat() as well as it works on Darwin and it
    still doesn't hurt on GNU/Linux.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @edolstra, @zimbatm
    aszlig committed Nov 12, 2018
    4
    Copy the full SHA
    a815f53 View commit details
    Browse the repository at this point in the history