mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
(kill_pid): Don't make `inline'.
This commit is contained in:
parent
54da5be39c
commit
b88269329c
@ -35,7 +35,7 @@ __kill (pid_t pid, int sig)
|
||||
mach_port_t proc;
|
||||
struct hurd_userlink ulink;
|
||||
|
||||
inline void kill_pid (pid_t pid) /* Kill one PID. */
|
||||
void kill_pid (pid_t pid) /* Kill one PID. */
|
||||
{
|
||||
/* SIGKILL is not delivered as a normal signal.
|
||||
Sending SIGKILL to a process means to terminate its task. */
|
||||
|
Loading…
Reference in New Issue
Block a user