* procfs.c (procfs_ops): Fix typo in last change.

This commit is contained in:
Jeff Law 1995-07-14 15:51:51 +00:00
parent 4575a69d6b
commit 10f644eb64
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jul 14 09:49:47 1995 Jeff Law (law@snake.cs.utah.edu)
* procfs.c (procfs_ops): Fix typo in last change.
Thu Jul 13 13:42:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
* inftarg.c (child_thread_alive): New function to see if a

View File

@ -3765,7 +3765,7 @@ struct target_ops procfs_ops = {
procfs_mourn_inferior, /* to_mourn_inferior */
procfs_can_run, /* to_can_run */
procfs_notice_signals, /* to_notice_signals */
0 /* to_thread_alive */
0, /* to_thread_alive */
procfs_stop, /* to_stop */
process_stratum, /* to_stratum */
0, /* to_next */