Sign in
qemu-android
/
qemu-android
/
29b358f93a48a415853d11fc9b02f711b5ec8f76
/
.
/
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
;
}