*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 81b860066574b43b6eddc440e9fdc25c689703cc..f088290baa7c1be982c009642d940cfa197f3dfd 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-2013 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.026292 seconds and 4 git commands to generate.