diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-29 04:57:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-29 04:57:21 +0000 |
commit | b214a4fa45cfbf2ca08741389f801b90241f4179 (patch) | |
tree | 455ed2d5552c919673092278d0e56c427c9597b4 /libshouldbeinlibc/wire.c | |
parent | cf2f186b494fedb45f9dfcdbfb2faba4934dca60 (diff) |
1999-10-29 Roland McGrath <roland@baalperazim.frob.com>
* wire.c: Use a weak reference to _DYNAMIC.
Diffstat (limited to 'libshouldbeinlibc/wire.c')
-rw-r--r-- | libshouldbeinlibc/wire.c | 2 |
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) |