summaryrefslogtreecommitdiff
path: root/gdb/hpux-thread.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-05-27 00:11:14 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-05-27 00:11:14 +0000
commitb1a4d342956ac770af8d482449eb576ccb99cf71 (patch)
tree5b209af1ec5b5b2e0755c39b8907553901ea67f9 /gdb/hpux-thread.c
parent764184ca9385ebaabe44e5dbf8534e1cd1824fa6 (diff)
downloadgdb-cvs/gdb-4_18-branch.tar.gz
1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>gdb-4_18-branchcvs/gdb-4_18-branch
Fix from Dave Holcomb. * hpux-thread.c (init_hpux_thread_ops): Use the right function name when initializing hpux_thread_ops.to_thread_alive. 1999-04-13 Jason Molenda (jsm@bugshack.cygnus.com) * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define if we're on a Solaris host (of any architecture). * configure: Regenerated.
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r--gdb/hpux-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index 36421f390ab..64b932ee7af 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -620,7 +620,7 @@ init_hpux_thread_ops ()
hpux_thread_ops.to_mourn_inferior = hpux_thread_mourn_inferior;
hpux_thread_ops.to_can_run = hpux_thread_can_run;
hpux_thread_ops.to_notice_signals = hpux_thread_notice_signals;
- hpux_thread_ops.to_thread_alive = hpux_thread_thread_alive;
+ hpux_thread_ops.to_thread_alive = hpux_thread_alive;
hpux_thread_ops.to_stop = hpux_thread_stop;
hpux_thread_ops.to_stratum = process_stratum;
hpux_thread_ops.to_has_all_memory = 1;