Skip to content

Commit

Permalink
(kill_pid): Don't make `inline'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 14, 1995
1 parent 54da5be commit b882693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/mach/hurd/kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit b882693

Please sign in to comment.