Skip to content
Snippets Groups Projects
Commit 513a2b1b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Minor change in HPUX_DL support.

Rev: src/dynamic_load.c:1.30
parent 6e1db5b2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# include "stralloc.h" # include "stralloc.h"
# include "pike_macros.h" # include "pike_macros.h"
RCSID("$Id: dynamic_load.c,v 1.29 1998/07/09 12:45:35 grubba Exp $"); RCSID("$Id: dynamic_load.c,v 1.30 1998/07/09 21:55:16 grubba Exp $");
#endif /* !TESTING */ #endif /* !TESTING */
...@@ -139,11 +139,11 @@ static void dlinit(void) ...@@ -139,11 +139,11 @@ static void dlinit(void)
#include <dl.h> #include <dl.h>
#if defined(TESTING) && defined(BIND_VERBOSE) #if defined(BIND_VERBOSE)
#define RTLD_NOW BIND_IMMEDIATE | BIND_VERBOSE #define RTLD_NOW BIND_IMMEDIATE | BIND_VERBOSE
#else #else
#define RTLD_NOW BIND_IMMEDIATE #define RTLD_NOW BIND_IMMEDIATE
#endif /* TESTING && BIND_VERBOSE */ #endif /* BIND_VERBOSE */
extern int errno; extern int errno;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment