Changeset 96bf151
- Timestamp:
- 07/22/10 15:53:35 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 7837dc4
- Parents:
- 1576a3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ior-peek.c
r924b0a0 r96bf151 108 108 DATA(io)->length = bytes_read; 109 109 DATA(io)->offset = 0; 110 #if def_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600110 #if _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 111 111 /* We need to do this as read() of O_DIRECT might happen into this buffer. 112 112 * The docs suggest 512 bytes is all we need to align to, but I'm suspicious
Note: See TracChangeset
for help on using the changeset viewer.