aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/standalone/m68k/m68020/mvme136/_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/standalone/m68k/m68020/mvme136/_exit.c')
-rw-r--r--sysdeps/standalone/m68k/m68020/mvme136/_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/standalone/m68k/m68020/mvme136/_exit.c b/sysdeps/standalone/m68k/m68020/mvme136/_exit.c
index d45e52d41d..ecd93db129 100644
--- a/sysdeps/standalone/m68k/m68020/mvme136/_exit.c
+++ b/sysdeps/standalone/m68k/m68020/mvme136/_exit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 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.
@@ -47,3 +47,4 @@ _exit (status)
M68Kvec[ 45 ] = __exit_trap; /* install exit_trap handler */
asm volatile( "trap #13" ); /* insures SUPV mode */
}
+weak_alias (_exit, _Exit)