From: Doug Evans Date: Fri, 13 May 2011 22:07:56 +0000 (+0000) Subject: fix >80 column entry in earlier entry X-Git-Tag: sid-snapshot-20110601~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbfac39e2af3c1d50eccc2fa778e03f1105834b9;p=thirdparty%2Fbinutils-gdb.git fix >80 column entry in earlier entry --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3898cd823eb..644ebf137cb 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.