diff --git a/sysdeps/mach/hurd/kill.c b/sysdeps/mach/hurd/kill.c index bedc13760c3..9227f2243ff 100644 --- a/sysdeps/mach/hurd/kill.c +++ b/sysdeps/mach/hurd/kill.c @@ -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. */