summaryrefslogtreecommitdiff
path: root/stubs/fdset-get-fd.c
blob: 4106cf90f08b051c023c238c614b55f0e10d3772 (plain)
1
2
3
4
5
6
7
#include "qemu-common.h"
#include "monitor.h"

int monitor_fdset_get_fd(int64_t fdset_id, int flags)
{
    return -1;
}