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