From 13da1c9782f523debe697aa1415b7b4f96fe4f93 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Wed, 24 Aug 2011 12:07:28 +0000 Subject: Move common linux procfs code to common/ --- gdb/linux-nat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/linux-nat.h') 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); -- cgit v1.1