mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user