aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-waitpid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/linux-waitpid.h')
-rw-r--r--gdb/nat/linux-waitpid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/nat/linux-waitpid.h b/gdb/nat/linux-waitpid.h
index ae90e50..cac38db 100644
--- a/gdb/nat/linux-waitpid.h
+++ b/gdb/nat/linux-waitpid.h
@@ -24,4 +24,8 @@
__WALL for systems where that is not available. */
extern int my_waitpid (int pid, int *status, int flags);
+/* Convert wait status STATUS to a string. Used for printing debug
+ messages only. */
+extern char *status_to_str (int status);
+
#endif /* LINUX_WAITPID_H */