mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6414 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0da2ea1b37
commit
55f11ca3c2
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ static void *aio_thread(void *unused)
|
|||
idle_threads++;
|
||||
pthread_mutex_unlock(&lock);
|
||||
|
||||
kill(getpid(), aiocb->sigev_signo);
|
||||
kill(getpid(), aiocb->ev_signo);
|
||||
}
|
||||
|
||||
idle_threads--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue