]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
authorRoland McGrath <roland@gnu.org>
Sun, 22 Sep 2002 20:55:21 +0000 (20:55 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 22 Sep 2002 20:55:21 +0000 (20:55 +0000)
ChangeLog
sysdeps/mach/hurd/dl-sysdep.c

index 8e32138340b6a7a898e3f6ea24a14fc939befd1d..a25f1e9fa40322f68ae6d8e8be0dbe027a2d1889 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-22  Roland McGrath  <roland@frob.com>
+
+       * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
+
 2002-09-22  Andreas Schwab  <schwab@suse.de>
 
        * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
index e0e182c2089ebdb662ec32233ea3acbdf30e1dba..6d009401b9e2c7a771844a510c40c1a6c0618872 100644 (file)
@@ -579,6 +579,9 @@ _exit (int status)
   while (__task_terminate (__mach_task_self ()))
     __mach_task_self_ = (__mach_task_self) ();
 }
+/* We need this alias to satisfy references from libc_pic.a objects
+   that were affected by the libc_hidden_proto declaration for _exit.  */
+strong_alias (_exit, __GI__exit)
 
 /* Try to get a machine dependent instruction which will make the
    program crash.  This is used in case everything else fails.  */
This page took 0.049108 seconds and 5 git commands to generate.