diff options
Diffstat (limited to 'byterun/unix.c')
-rw-r--r-- | byterun/unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/unix.c b/byterun/unix.c index b0e606ccc..6143a565c 100644 --- a/byterun/unix.c +++ b/byterun/unix.c @@ -190,7 +190,7 @@ void * caml_dlsym(void * handle, char * name) void * caml_globalsym(char * name) { - return flexdll_dlsym(flexdll_dlopen(NULL,0,1), name); + return flexdll_dlsym(flexdll_dlopen(NULL,0), name); } char * caml_dlerror(void) |