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