mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up tty_flush()
This commit is contained in:
parent
443e07ef8a
commit
0cdd69940f
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ void tty_flush(int fd)
|
|||
// Reset
|
||||
tty_buffer_write_ptr = tty_buffer;
|
||||
tty_buffer_count = 0;
|
||||
fsync(fd);
|
||||
}
|
||||
|
||||
ssize_t tty_write(int fd, const void *buffer, size_t count)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue