Skip to content
Unverified Commit a815f53c authored by aszlig's avatar aszlig
Browse files

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: default avataraszlig <aszlig@nix.build>
Cc: @edolstra, @zimbatm
parent 22a80258
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment