diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-29 15:19:18 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-30 09:18:44 +0100 |
commit | 0100fbbe73f1455ac66ec172627ff251a1f25302 (patch) | |
tree | ed91a90296b77147e38214fd9ab7ab76d2716706 /cutils.c | |
parent | d249e1fc4fda57399fe64b3c0290d5d585fdf2e5 (diff) |
fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cutils.c')
-rw-r--r-- | cutils.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -280,11 +280,6 @@ 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) { |