Skip to content

Commit

Permalink
Merge changes from trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
tv committed Jul 14, 1998
1 parent a6d6fa0 commit c34c75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnu/usr.bin/ld/rtld/rtld.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: rtld.c,v 1.62.2.1 1998/06/10 22:20:30 tv Exp $ */
/* $NetBSD: rtld.c,v 1.62.2.2 1998/07/14 22:21:26 tv Exp $ */

/*
* Copyright (c) 1993 Paul Kranenburg
Expand Down Expand Up @@ -1725,7 +1725,7 @@ xprintf("%s: %s\n", name, strerror(errno));
free(sodp);
return NULL;
}
if ((mode & RTLD_GLOBAL) != 0)
if ((mode & RTLD_LOCAL) == 0)
LM_PRIVATE(smp)->spd_flags |= _RTLD_GLOBAL;

if (LM_PRIVATE(smp)->spd_refcount++ > 0) {
Expand Down

0 comments on commit c34c75c

Please sign in to comment.