aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-05-13 22:07:56 +0000
committerDoug Evans <dje@google.com>2011-05-13 22:07:56 +0000
commitbbfac39e2af3c1d50eccc2fa778e03f1105834b9 (patch)
treea04cf8bc7c582fae992d1b28708a51d4fc4bd48a
parent9930639c02b3ad2d2f77549b3267df6a422bf060 (diff)
downloadgdb-bbfac39e2af3c1d50eccc2fa778e03f1105834b9.zip
gdb-bbfac39e2af3c1d50eccc2fa778e03f1105834b9.tar.gz
gdb-bbfac39e2af3c1d50eccc2fa778e03f1105834b9.tar.bz2
fix >80 column entry in earlier entry
-rw-r--r--gdb/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3898cd8..644ebf1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -24,7 +24,8 @@
(stdio_file_write_async_safe): New function.
(struct stdio_file): New member fd.
(stdio_file_new): Initialize to_write_async_safe, fd.
- (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling fileno.
+ (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
+ fileno.
* ui-file.h (ui_file_write_async_safe_ftype): New typedef.
(set_ui_file_write_async_safe): Declare.
(ui_file_write_async_safe): Declare.