kvm tools: Use STDIN_FILENO instead of fileno(stdin)
To cleanup the serial console emulation code, use STDIN_FILENO which is POSIX
API instead of fileno(stdin) which is libc API.
Signed-off-by:
Pekka Enberg <penberg@kernel.org>
Please register or sign in to comment