From 4a3cdb312b7c961fa5810aae141279609c930d45 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Dec 2003 06:58:09 +0000 Subject: 2003-12-21 Roland McGrath * sysdeps/mach/hurd/dl-sysdep.c (_exit): Define with attribute_hidden. --- sysdeps/mach/hurd/dl-sysdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index a0795f1..5e2a6f1 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -1,5 +1,6 @@ /* Operating system support for run-time dynamic linker. Hurd version. - Copyright (C) 1995,96,97,98,99,2000,01,02 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 + 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 @@ -571,7 +572,7 @@ __getcwd (char *buf, size_t size) return NULL; } -void weak_function +void weak_function attribute_hidden _exit (int status) { __proc_mark_exit (_dl_hurd_data->portarray[INIT_PORT_PROC], -- cgit v1.1