This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add fseek to ui-file


On Fri, Dec 7, 2012 at 10:49 PM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Hui" == Hui Zhu <teawater@gmail.com> writes:
>
> Hui> And I found all other set_ui_file_xxx functions have this issue, do
> Hui> you mind I post a patch to update them?
>
> I think it would be fine.
>
> Tom

Post a patch for that.  Please help me review it.

Thanks,
Hui

2012-12-10  Hui Zhu  <hui_zhu@mentor.com>

	* ui-file.c (set_ui_file_flush): Change flush to flush_p.
	(set_ui_file_isatty): Change isatty to isatty_p.
	(set_ui_file_rewind): Change rewind to rewind_p.
	(set_ui_file_put): Change put to put_p.
	(set_ui_file_write): Change write to write_p.
	(set_ui_file_write_async_safe): Change write_async_safe to
	write_async_safe_p.
	(set_ui_file_read): Change read to read_p.
	(set_ui_file_fputs): Change fputs to fputs_p.
	(set_ui_file_data): Change delete to delete_p.

Attachment: ui-file-change-arg.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]