gdb/
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 81b860066574b43b6eddc440e9fdc25c689703cc..c394d5ae858217030fec20289e19e37f180a756e 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level Unix child interface, for GDB when running under Unix.
 
-   Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -25,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.023939 seconds and 4 git commands to generate.