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:
7c69a7b
)
Formerly mach/hurd/__kill.c.~2~
author
roland
<roland>
Sat, 1 Feb 1992 10:44:21 +0000
(10:44 +0000)
committer
roland
<roland>
Sat, 1 Feb 1992 10:44:21 +0000
(10:44 +0000)
sysdeps/mach/hurd/kill.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/kill.c
b/sysdeps/mach/hurd/kill.c
index
f756036
..
e3e0c0e
100644
(file)
--- a/
sysdeps/mach/hurd/kill.c
+++ b/
sysdeps/mach/hurd/kill.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991
, 1992
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
@@
-28,6
+28,7
@@
int
DEFUN(__kill, (pid, sig), int pid AND int sig)
{
error_t err = __proc_kill (_hurd_proc, pid, sig);
+
if (err)
return __hurd_fail (err);
return 0;