mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
2003-12-21 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/dl-sysdep.c (_exit): Define with attribute_hidden.
This commit is contained in:
parent
1cef7b3cae
commit
4a3cdb312b
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user