diff options
-rw-r--r-- | sysdeps/mach/hurd/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/kill.c b/sysdeps/mach/hurd/kill.c index bedc13760c..9227f2243f 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. */ |