diff options
author | Roland McGrath <roland@gnu.org> | 2003-12-22 06:58:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-12-22 06:58:09 +0000 |
commit | 4a3cdb312b7c961fa5810aae141279609c930d45 (patch) | |
tree | 436244e021ca213f753f0436dcf4d5dc700ccee2 /sysdeps | |
parent | 1cef7b3caef9c520148f15511ec193dcce80d1b2 (diff) | |
download | glibc-4a3cdb312b7c961fa5810aae141279609c930d45.tar.gz glibc-4a3cdb312b7c961fa5810aae141279609c930d45.tar.xz glibc-4a3cdb312b7c961fa5810aae141279609c930d45.zip |
2003-12-21 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/dl-sysdep.c (_exit): Define with attribute_hidden.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/dl-sysdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index a0795f1eb7..5e2a6f1c4f 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], |