* commit '7bd7dd5d49e21c66c83618cb9f85ef43af29e441': emulator: Add <hardware/qemu_pipe.h> header
This commit is contained in:
commit
cf20952388
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ qemu_pipe_open(const char* pipeName)
|
||||||
fd = open("/dev/qemu_pipe", O_RDWR);
|
fd = open("/dev/qemu_pipe", O_RDWR);
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
|
D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
|
||||||
errno = ENOSYS;
|
//errno = ENOSYS;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue