Fix build on non-Linux unices

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5324 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aliguori 2008-09-26 16:04:40 +00:00
parent 5353872545
commit 0d0ab49ab0
1 changed files with 0 additions and 1 deletions

View File

@ -600,7 +600,6 @@ static int posix_aio_init(void)
ai.aio_threads = 1;
ai.aio_num = 1;
ai.aio_idle_time = 365 * 100000;
}
#endif
aio_init(&ai);
posix_aio_state = s;