nixpkgs/pkgs/build-support/libredirect
Jan Tojnar 90f3a237eb
libredirect: add support for openat and dlopen
gobject-introspection uses glib’s g_module_open function, which in turn relies
on dlopen. I also implemented openat, since I initially thought this function
was used but turns out dlopen uses the openat signal directly. We might as
well keep it, even thought I do not need it at the moment.
2019-04-20 03:09:17 +02:00
..
default.nix libredirect: set install_name on Darwin 2018-11-14 00:05:26 +01:00
libredirect.c libredirect: add support for openat and dlopen 2019-04-20 03:09:17 +02:00
test.c libredirect: Add a small test 2018-11-12 11:02:54 +01:00