FreeBSD & Linux disk AIO support
dimkalinux
dimkalinux at gmail.com
Wed Aug 26 11:34:20 MSD 2009
Ядро 2.6.30 eventfd.h находится в linux/ а не sys/ хотя может в разных
дистрибутивах по разному.
Еще при configure в autoconf.err такое
/tmp/ccWZqru9.o: In function `main':
autotest.c:(.text+0x1d): undefined reference to `eventfd'
collect2: ld returned 1 exit status
----------
#include <sys/types.h>
#include <unistd.h>
#include <linux/eventfd.h>
int main() {
int n = eventfd(0, O_NONBLOCK);
return 0;
}
--
dimka-linux,
Jabber: dimkalinux at gmail.com
Public key: 8B5EDD83
More information about the nginx-ru
mailing list