]> git.proxmox.com Git - qemu.git/blobdiff - configure
linux-user: fix inotify syscalls
[qemu.git] / configure
index 4035bfcf0a4c751933fd71cc958447aebc369ef7..af357132c4681a655a455bae3f85ea9b348a86cf 100755 (executable)
--- a/configure
+++ b/configure
@@ -1195,7 +1195,7 @@ int
 main(void)
 {
        /* try to start inotify */
-       return inotify_init(void);
+       return inotify_init();
 }
 EOF
   if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then