nixpkgs/pkgs/build-support/libredirect
Demin Dmitriy b6e37c3146 libredirect: fix access return type
`access` should return `int` not `int*`. Actually compiler produced
identical assembly with any of those types, so by luck it "just worked".
2019-11-12 04:29:11 +03:00
..
default.nix libredirect: set install_name on Darwin 2018-11-14 00:05:26 +01:00
libredirect.c libredirect: fix access return type 2019-11-12 04:29:11 +03:00
test.c libredirect: Add a small test 2018-11-12 11:02:54 +01:00