Add "volatile" keyword to "struct gdb_exception" declaration
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index d32c8cb3a8482f626087e46d27e9e39ced9b7364..c8fa956d52b16b7c1958c502261d842b911efa0c 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level Unix child interface, for GDB when running under Unix.
 
-   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 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.023173 seconds and 4 git commands to generate.