(kill_pid): Don't make `inline'.
authorRoland McGrath <roland@gnu.org>
Mon, 14 Aug 1995 23:32:44 +0000 (23:32 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 14 Aug 1995 23:32:44 +0000 (23:32 +0000)
sysdeps/mach/hurd/kill.c

index bedc137..9227f22 100644 (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.  */