aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/_exit.c')
-rw-r--r--sysdeps/mach/hurd/_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/_exit.c b/sysdeps/mach/hurd/_exit.c
index 5740c16d1b..af0337b30c 100644
--- a/sysdeps/mach/hurd/_exit.c
+++ b/sysdeps/mach/hurd/_exit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 94, 95, 96, 97, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1993,94,95,96,97,99,2002 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
@@ -52,4 +52,5 @@ _exit (status)
{
_hurd_exit (W_EXITCODE (status, 0));
}
+libc_hidden_def (_exit)
weak_alias (_exit, _Exit)