--- liblzf/bench.c 2010/05/30 05:46:56 1.12 +++ liblzf/bench.c 2010/06/01 01:15:34 1.13 @@ -1,4 +1,5 @@ #include +#include #include #include #include @@ -41,8 +42,6 @@ { } -int eventfd(unsigned int,int); - #define DSIZE 2821120 unsigned char data[DSIZE], data2[DSIZE*2], data3[DSIZE*2]; @@ -56,7 +55,6 @@ int lp; char buf[8192]; int p[2]; - int evfd = eventfd (0, 0); long ctr = 1; struct stat sbuf;