From 2cc7dc4d7f36d03165c16939429d1ee9ef5fd105 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 17 Jun 1996 22:41:47 +0000 Subject: Mon Jun 17 17:53:21 1996 Roland McGrath * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for _hurd_brk. * libio/stdio.h [__USE_SVID]: Declare tempnam. Fri Jun 14 19:28:33 1996 Andreas Schwab * sysdeps/unix/sysv/linux/syscalls.list: Add swapon with two parameters. Wed Jun 12 20:40:51 1996 Andreas Schwab * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to _dl_default_scope. * sysdeps/stub/elfclass.h: New file. --- sysdeps/mach/hurd/brk.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/brk.c b/sysdeps/mach/hurd/brk.c index 49b370a0e3..b0cef8a42b 100644 --- a/sysdeps/mach/hurd/brk.c +++ b/sysdeps/mach/hurd/brk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,6 +35,11 @@ vm_address_t _hurd_data_end; Pages beyond the one containing this address allow no access. */ 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) + struct mutex _hurd_brk_lock; extern int __data_start, _end; -- cgit v1.2.3