diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-24 11:54:21 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-24 11:54:21 +0000 |
commit | 55f11ca3c21827fe046b54a09d9ad5a897bbb7ad (patch) | |
tree | 269876c4cadfddb39e2c1286d01f227b2caa1227 /posix-aio-compat.h | |
parent | 0da2ea1b37622ea6608031b5cd9dcca8f1b0e12d (diff) |
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
Diffstat (limited to 'posix-aio-compat.h')
-rw-r--r-- | posix-aio-compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-aio-compat.h b/posix-aio-compat.h index 5eb17043e6..0bc10f5e08 100644 --- a/posix-aio-compat.h +++ b/posix-aio-compat.h @@ -29,7 +29,7 @@ struct qemu_paiocb int aio_fildes; void *aio_buf; size_t aio_nbytes; - int sigev_signo; + int ev_signo; off_t aio_offset; /* private */ |