1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

(kill_pid): Don't make `inline'.

This commit is contained in:
Roland McGrath
1995-08-14 23:32:44 +00:00
parent 54da5be39c
commit b88269329c

View File

@@ -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. */