On Fri, Dec 7, 2012 at 10:49 PM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu 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 * 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.