]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 bedc13760c31378972a41467f12cc423a0443042..9227f2243ffb75a1341c893cb8510b230abb1ea4 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.  */