mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
2011-05-14 Hui Zhu <teawater@gmail.com>
* ui-file.c (stdio_file_write_async_safe): Add empty check for build.
This commit is contained in:
parent
25e334b48f
commit
093cee7d54
@ -1,3 +1,7 @@
|
||||
2011-05-14 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* ui-file.c (stdio_file_write_async_safe): Add empty check for build.
|
||||
|
||||
2011-05-13 Doug Evans <dje@google.com>
|
||||
|
||||
Support $pdir and $sdir in libthread-db-search-path.
|
||||
|
@ -580,7 +580,8 @@ stdio_file_write_async_safe (struct ui_file *file,
|
||||
return;
|
||||
}
|
||||
|
||||
write (stdio->fd, buf, length_buf);
|
||||
if (write (stdio->fd, buf, length_buf))
|
||||
;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user