about summary refs log tree commit diff
path: root/sysdeps/unix/_exit.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/_exit.S')
-rw-r--r--sysdeps/unix/_exit.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/_exit.S b/sysdeps/unix/_exit.S
index dfdeebd908..da502c76a6 100644
--- a/sysdeps/unix/_exit.S
+++ b/sysdeps/unix/_exit.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 1999 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
@@ -21,3 +21,4 @@
 PSEUDO (_exit, exit, 1)
 	/* Shouldn't get here.  */
 PSEUDO_END(_exit)
+weak_alias (_exit, _Exit)