projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a154e6
)
Add alias _Exit.
author
drepper
<drepper>
Sun, 7 Feb 1999 12:43:30 +0000
(12:43 +0000)
committer
drepper
<drepper>
Sun, 7 Feb 1999 12:43:30 +0000
(12:43 +0000)
sysdeps/mach/hurd/_exit.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/_exit.c
b/sysdeps/mach/hurd/_exit.c
index
2780146
..
9d207b1
100644
(file)
--- a/
sysdeps/mach/hurd/_exit.c
+++ b/
sysdeps/mach/hurd/_exit.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1993,
1994, 1995, 1996, 1997
Free Software Foundation, Inc.
+/* Copyright (C) 1993,
94, 95, 96, 97, 99
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,3
+52,4
@@
_exit (status)
{
_hurd_exit (W_EXITCODE (status, 0));
}
+weak_alias (_exit, _Exit)