daily update
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 818d7887f2b232c05efe54415dbbe664d50f0c85..c394d5ae858217030fec20289e19e37f180a756e 100644 (file)
@@ -1,7 +1,6 @@
 /* Low level Unix child interface, for GDB when running under Unix.
 
-   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,4 +25,9 @@
 
 extern struct target_ops *inf_child_target (void);
 
+/* Functions for helping to write a native target.  */
+
+/* This is for native targets which use a unix/POSIX-style waitstatus.  */
+extern void store_waitstatus (struct target_waitstatus *, int);
+
 #endif
This page took 0.027265 seconds and 4 git commands to generate.