ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.10 by root, Thu Jul 7 22:36:18 2011 UTC vs.
Revision 1.11 by root, Thu Jul 7 22:37:11 2011 UTC

3511 3511
3512#include <fcntl.h> 3512#include <fcntl.h>
3513int main (void) 3513int main (void)
3514{ 3514{
3515 int fd = 0; 3515 int fd = 0;
3516 int mode = FALLOC_FL_KEEP_SIZE; 3516 int mode = 0;
3517 off_t offset = 1; 3517 off_t offset = 1;
3518 off_t len = 1; 3518 off_t len = 1;
3519 int res; 3519 int res;
3520 res = fallocate (fd, mode, offset, len); 3520 res = fallocate (fd, mode, offset, len);
3521 return 0; 3521 return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines