diff options
Diffstat (limited to 'gdb/common/linux-procfs.h')
-rw-r--r-- | gdb/common/linux-procfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/common/linux-procfs.h b/gdb/common/linux-procfs.h index c1e5547..130adeb 100644 --- a/gdb/common/linux-procfs.h +++ b/gdb/common/linux-procfs.h @@ -31,4 +31,8 @@ extern int linux_proc_get_tgid (int lwpid); extern int linux_proc_pid_is_stopped (pid_t pid); +/* Return non-zero if PID is a zombie. */ + +extern int linux_proc_pid_is_zombie (pid_t pid); + #endif /* COMMON_LINUX_PROCFS_H */ |