Changeset 7799
- Timestamp:
- Jan 25, 2009, 11:40:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/fdlimit.c
r7798 r7799 48 48 #endif 49 49 #include <unistd.h> 50 #include <fcntl.h> /* O_LARGEFILE */ 50 51 #ifdef HAVE_POSIX_FADVISE 52 /* required for getting posix_fadvise() from fcntl.h */ 53 #define _XOPEN_SOURCE 600 54 #endif 55 #include <fcntl.h> /* O_LARGEFILE; posix_fadvise() */ 51 56 52 57 #include <event.h>
Note: See TracChangeset
for help on using the changeset viewer.