diff options
Diffstat (limited to 'cutils.c')
-rw-r--r-- | cutils.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -383,6 +383,11 @@ int qemu_parse_fd(const char *param) return fd; } +int qemu_parse_fdset(const char *param) +{ + return qemu_parse_fd(param); +} + /* round down to the nearest power of 2*/ int64_t pow2floor(int64_t value) { |