]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/standalone/i386/force_cpu386/_exit.c
Update.
[thirdparty/glibc.git] / sysdeps / standalone / i386 / force_cpu386 / _exit.c
index 455dc0e7b813c428cb80522c64421e76d7ecff1d..5f9e5e3116905bcaddad3d454079367fd08eb2cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
      On-Line Applications Research Corporation.
@@ -36,6 +36,7 @@ _exit (status)
   /* status is ignored */
   Bsp_cleanup();
 }
+weak_alias (_exit, _Exit)
 
 #ifdef  HAVE_GNU_LD