From: Jeff Law Date: Fri, 14 Jul 1995 15:51:51 +0000 (+0000) Subject: * procfs.c (procfs_ops): Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10f644eb64375084fc23be6dd713e3340009cc52;p=binutils-gdb.git * procfs.c (procfs_ops): Fix typo in last change. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99c69f40073..9fdac9360c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 * inftarg.c (child_thread_alive): New function to see if a diff --git a/gdb/procfs.c b/gdb/procfs.c index 699b8d2d790..bf57c6ba655 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -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 */