diff options
Diffstat (limited to 'gdb/linux-tdep.c')
-rw-r--r-- | gdb/linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index 52cdaae..e9cf897 100644 --- a/gdb/linux-tdep.c +++ b/gdb/linux-tdep.c @@ -944,7 +944,7 @@ linux_info_proc (struct gdbarch *gdbarch, const char *args, gdb::unique_xmalloc_ptr<char> status = target_fileio_read_stralloc (NULL, filename); if (status) - puts_filtered (status.get ()); + gdb_puts (status.get ()); else warning (_("unable to open /proc file '%s'"), filename); } |