diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-05-27 00:11:14 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-05-27 00:11:14 +0000 |
commit | a0749de2effbae2b8e28f696ef7cdef50332e386 (patch) | |
tree | 0a7d1e061510c2c27146b9cebeab80e6d355c1dc /gdb/hpux-thread.c | |
parent | c1d4905c6eef35fb419c3f70ef7689f7db98e950 (diff) | |
download | binutils-gdb-4_18-branch.zip binutils-gdb-4_18-branch.tar.gz binutils-gdb-4_18-branch.tar.bz2 |
1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index 36421f3..64b932e 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; |