diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2013-03-07 20:02:46 +0000 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-03-12 15:24:04 +0100 |
| commit | ea72260cbebcc2e2c98ae4ea5de4e6debba2a472 (patch) | |
| tree | 7386519a973ff67e943af5a1739161a19d53d199 /misc-utils/kill.h | |
| parent | 44e5fcddc0b510c21bb050a471530f1d8c538d69 (diff) | |
| download | util-linux-ea72260cbebcc2e2c98ae4ea5de4e6debba2a472.tar.gz | |
kill, procs: use pid_t for pids
Reference: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/linux/threads.h#n30
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/kill.h')
| -rw-r--r-- | misc-utils/kill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/kill.h b/misc-utils/kill.h index 27a12a805a..107f8019b3 100644 --- a/misc-utils/kill.h +++ b/misc-utils/kill.h @@ -1 +1 @@ -extern int *get_pids (char *process_name, int get_all); +extern pid_t *get_pids (char *process_name, int get_all); |
