Sign in
◑
Theme
qemu-android
/
qemu-android
/
b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d
/
.
/
stubs
/
fdset-remove-fd.c
blob: b3886d9f45c30423ad4719ea27b97ea7bb976ff0 [
file
]
#include
"qemu-common.h"
#include
"monitor/monitor.h"
int
monitor_fdset_dup_fd_remove
(
int
dupfd
)
{
return
-
1
;
}