diff options
Diffstat (limited to 'qemu-os-posix.h')
-rw-r--r-- | qemu-os-posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-os-posix.h b/qemu-os-posix.h index 8be583da68..cb210ba008 100644 --- a/qemu-os-posix.h +++ b/qemu-os-posix.h @@ -30,6 +30,7 @@ static inline void os_host_main_loop_wait(int *timeout) { } +void os_set_line_buffering(void); void os_setup_signal_handling(void); void os_daemonize(void); void os_setup_post(void); |