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