gdb/
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index d32c8cb3a8482f626087e46d27e9e39ced9b7364..c394d5ae858217030fec20289e19e37f180a756e 100644 (file)
@@ -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.023988 seconds and 4 git commands to generate.