(___brk_addr): Now a variable, initialized to 0, instead of a weak link to _hurd_brk.
authorMiles Bader <miles@gnu.org>
Thu, 20 Jun 1996 17:34:37 +0000 (17:34 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 20 Jun 1996 17:34:37 +0000 (17:34 +0000)
sysdeps/mach/hurd/brk.c

index b0cef8a..73a3399 100644 (file)
@@ -38,7 +38,7 @@ vm_address_t _hurd_brk;
 /* This name is used by the Linux crtbeginS.o for reasons you don't even
    want to think about it.  It's just easier to provide some definition for
    it than even to explain the braindamage involved.  */
-weak_alias (_hurd_brk, ___brk_addr)
+vm_address_t ___brk_addr = 0;
 
 struct mutex _hurd_brk_lock;