nixpkgs/pkgs/build-support/libredirect
aszlig a815f53c60
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
2018-11-12 13:31:43 +01:00
..
default.nix libredirect: Add a small test 2018-11-12 11:02:54 +01:00
libredirect.c libredirect: Add preload wrapper for stat() 2018-11-12 13:31:43 +01:00
test.c libredirect: Add a small test 2018-11-12 11:02:54 +01:00