Files
u-boot/include
Simon Glass 4af3e9ad8a sandbox: Restore blocking I/O on exit
At present sandbox sets non-blocking I/O as soon as any input is read
from the terminal. However it does not restore the previous state on
exit. Fix this and drop the old os_read_no_block() function.

This means that we always enable blocking I/O in sandbox (if input is a
terminal) whereas previously it would only happen on the first call to
tstc() or getc(). However, the difference is likely not important.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-10-09 04:40:27 -06:00
..
2018-09-28 18:27:01 +02:00
2018-09-29 11:49:35 -06:00
2018-09-23 21:55:30 +02:00
2018-10-09 04:40:27 -06:00
2018-10-07 10:47:38 -04:00
2018-10-02 22:12:32 +05:30
2018-10-09 04:40:27 -06:00
2018-10-07 11:04:01 -04:00
2018-10-04 21:15:46 +02:00
2018-09-28 18:26:32 +02:00
2018-10-09 04:40:27 -06:00
2018-09-28 20:22:36 -04:00