diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-14 23:32:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-14 23:32:44 +0000 |
commit | b88269329c8914af0c4ba87c448ea4abcde21538 (patch) | |
tree | 6e313a209a90118182e24934e7f2ce06c0dd9413 /sysdeps | |
parent | 54da5be39c868b55c234c23bb38eb42babc084d7 (diff) | |
download | glibc-b88269329c8914af0c4ba87c448ea4abcde21538.zip glibc-b88269329c8914af0c4ba87c448ea4abcde21538.tar.gz glibc-b88269329c8914af0c4ba87c448ea4abcde21538.tar.bz2 |
(kill_pid): Don't make `inline'.
Diffstat (limited to 'sysdeps')
-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 bedc137..9227f22 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. */ |