diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2011-08-24 12:07:28 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2011-08-24 12:07:28 +0000 |
commit | 13da1c9782f523debe697aa1415b7b4f96fe4f93 (patch) | |
tree | 0cc8eb2413196e9f8c4af3cb2e4e1d7f0524add3 /gdb/linux-nat.h | |
parent | f040079fa2855244f39a6a39d6f03a4e80128d6d (diff) | |
download | gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.zip gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.gz gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.bz2 |
Move common linux procfs code to common/
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 42cb2fc..12fda0f 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -125,10 +125,6 @@ extern void lin_thread_get_thread_signals (sigset_t *mask); void linux_proc_pending_signals (int pid, sigset_t *pending, sigset_t *blocked, sigset_t *ignored); -/* Return the TGID of LWPID from /proc/pid/status. Returns -1 if not - found. */ -extern int linux_proc_get_tgid (int lwpid); - /* linux-nat functions for handling fork events. */ extern void linux_enable_event_reporting (ptid_t ptid); |