Allow NULL arguments for dlopen
From dlopen man page: "If filename is NULL, then the returned handle is for the main program." What I do in this patch is exactly this
Please register or sign in to comment
From dlopen man page: "If filename is NULL, then the returned handle is for the main program." What I do in this patch is exactly this