Skip to content
Snippets Groups Projects
Commit 58dd663e authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bug with RTLD_NOW fixed

Rev: src/dynamic_load.c:1.31
parent adbb78aa
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# include "stralloc.h"
# include "pike_macros.h"
RCSID("$Id: dynamic_load.c,v 1.30 1998/07/09 21:55:16 grubba Exp $");
RCSID("$Id: dynamic_load.c,v 1.31 1998/09/18 21:35:00 hubbe Exp $");
#endif /* !TESTING */
......@@ -197,13 +197,12 @@ static void dlclose(void *module)
#endif /* !EMULATE_DLOPEN */
#endif /* HAVE_SOME_DLOPEN */
#ifndef RTLD_NOW
#define RTLD_NOW 0
#endif
#endif
#ifndef TESTING
#if defined(HAVE_DLOPEN) || defined(USE_DLD) || defined(USE_HPUX_DL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment