/Users/yeyanqing/swoole/src/os/sendfile.c:23:5: error: conflicting types for 'swoole_sendfile'
int swoole_sendfile(int out_fd, int in_fd, off_t *offset, off_t size)
^
/Users/yeyanqing/swoole/include/swoole.h:2166:5: note: previous declaration is here
int swoole_sendfile(int out_fd, int in_fd, off_t *offset, size_t size);
^
1 error generated.
make: *** [src/os/sendfile.lo] Error 1
make: *** Waiting for unfinished jobs....
请问下是怎么回事?