inf-child.h: Update comment.

Message ID 53204C41.9090801@redhat.com
State Committed
Headers

Commit Message

Pedro Alves March 12, 2014, noon UTC
  On 03/12/2014 11:51 AM, Pedro Alves wrote:
> This file is no longer used exclusively by Unix targets anymore.
> 
> gdb/
> 2014-03-12  Pedro Alves  <palves@redhat.com>
> 
> 	* inf-child.c: Update top comment to not mention Unix.  Add
> 	generic comment describing how this target is meant to be used.
> 	(inf_child_post_attach, inf_child_post_startup_inferior)
> 	(inf_child_follow_fork, inf_child_pid_to_exec_file): Don't mention
> 	Unix in comment.

Forgot the header...

Pushed this in as well.

----
[PATCH] inf-child.h: Update comment.

Like inf-child.c, this file is no longer used exclusively by Unix
targets anymore.

gdb/
2014-03-12  Pedro Alves  <palves@redhat.com>

        * inf-child.h: Update comment to not mention Unix.
---
 gdb/ChangeLog   | 4 ++++
 gdb/inf-child.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f8d9d05..45c5d65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@ 
 2014-03-12  Pedro Alves  <palves@redhat.com>

+        * inf-child.h: Update comment to not mention Unix.
+
+2014-03-12  Pedro Alves  <palves@redhat.com>
+
 	* inf-child.c: Update top comment to not mention Unix.  Add
 	generic comment describing how this target is meant to be used.
 	(inf_child_post_attach, inf_child_post_startup_inferior)
diff --git a/gdb/inf-child.h b/gdb/inf-child.h
index c8fa956..4473cff 100644
--- a/gdb/inf-child.h
+++ b/gdb/inf-child.h
@@ -1,4 +1,4 @@ 
-/* Low level Unix child interface, for GDB when running under Unix.
+/* Base/prototype target for default child (native) targets.

    Copyright (C) 2004-2014 Free Software Foundation, Inc.