Skip to content
Unverified Commit 90f3a237 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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.
parent cd8697da
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