(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
1 changed files with 1 additions and 1 deletions

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