summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-29 04:57:21 +0000
committerRoland McGrath <roland@gnu.org>1999-10-29 04:57:21 +0000
commitb214a4fa45cfbf2ca08741389f801b90241f4179 (patch)
tree455ed2d5552c919673092278d0e56c427c9597b4 /libshouldbeinlibc
parentcf2f186b494fedb45f9dfcdbfb2faba4934dca60 (diff)
1999-10-29 Roland McGrath <roland@baalperazim.frob.com>
* wire.c: Use a weak reference to _DYNAMIC.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/wire.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libshouldbeinlibc/wire.c b/libshouldbeinlibc/wire.c
index 1ddf2d83..8273ed0d 100644
--- a/libshouldbeinlibc/wire.c
+++ b/libshouldbeinlibc/wire.c
@@ -23,6 +23,8 @@
#include <mach.h>
#include <hurd.h>
+#pragma weak _DYNAMIC
+
/* Find the list of shared objects */
static struct link_map *
loaded (void)