[erlang-patches] Add 'global' driver option to erl_ddll:try_load/3

Olivier Girondel olivier.girondel@REDACTED
Mon Mar 25 16:25:54 CET 2013


On Mon, Mar 25, 2013 at 10:52 AM, Fredrik <fredrik@REDACTED> wrote:
> This seems to break more stuff though on darwin,
> This few lines cannot be in erl_driver.h
> +#ifdef HAVE_DLFCN_H
> +#include <dlfcn.h>
> +#endif
> It seems like you have to include them local, to the files where you need
> them.

Hi Fredrik,

I pushed those changes to a new branch:

git fetch git://github.com/oliv3/otp.git erl_ddll_try_load4

Best regards,

-- 
Olivier



More information about the erlang-patches mailing list