Actions
Bug #1049
closedAIO on Mac OS X
ASK QUESTIONS IN Forums:
Description
Revision 1691 requires this on Mac OS X, probably because of a bug in Apple's aio.h file:
(the following also included as a patch)
Index: src/settings.h =================================================================== --- src/settings.h (revision 1692) +++ src/settings.h (working copy) @@ -53,6 +53,7 @@ # if defined(HAVE_AIO_H) && (!defined(__FreeBSD__)) /* FreeBSD has no SIGEV_THREAD for us */ # define USE_POSIX_AIO +# include <sys/types.h> # include <aio.h> # endif # ifdef HAVE_MMAP
-- lingwitt
Files
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
applied in r1693
Actions
Also available in: Atom