diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 3577b5a..cd37615 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1108,7 +1108,6 @@ ps_lgetLDT (gdb_ps_prochandle_t ph, lwpid_t lwpid, struct ssd *pldt) { /* NOTE: only used on Solaris, therefore OK to refer to procfs.c. */ - extern struct ssd *procfs_find_LDT_entry (ptid_t); struct ssd *ret; /* FIXME: can't I get the process ID from the prochandle or |