diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 230ae36..81af83c 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -4213,8 +4213,7 @@ sigchld_handler (int signo) int old_errno = errno; if (debug_linux_nat) - ui_file_write_async_safe (gdb_stdlog, - "sigchld\n", sizeof ("sigchld\n") - 1); + gdb_stdlog->write_async_safe ("sigchld\n", sizeof ("sigchld\n") - 1); if (signo == SIGCHLD && linux_nat_event_pipe[0] != -1) |