diff --git a/include/hardware/qemu_pipe.h b/include/hardware/qemu_pipe.h index 000c99ee..1a67022b 100644 --- a/include/hardware/qemu_pipe.h +++ b/include/hardware/qemu_pipe.h @@ -68,7 +68,7 @@ qemu_pipe_open(const char* pipeName) fd = open("/dev/qemu_pipe", O_RDWR); if (fd < 0) { D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno)); - errno = ENOSYS; + //errno = ENOSYS; return -1; }