Changeset 47735 in vbox
- Timestamp:
- Aug 14, 2013 3:32:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r46245 r47735 149 149 /** Truncate the file. 150 150 * @remarks This will not truncate files opened for read-only. 151 * @remarks The trunc tion doesn't have to be atomically, so anyone else opening151 * @remarks The truncation doesn't have to be atomically, so anyone else opening 152 152 * the file may be racing us. The caller is responsible for not causing 153 153 * this race. */ … … 1255 1255 1256 1256 /** When set RTFileAioCtxWait() will always wait for completing requests, 1257 * even when there is none waiting currently, instead of returning 1257 * even when there is none waiting currently, instead of returning 1258 1258 * VERR_FILE_AIO_NO_REQUEST. */ 1259 1259 #define RTFILEAIOCTX_FLAGS_WAIT_WITHOUT_PENDING_REQUESTS RT_BIT_32(0)
Note:
See TracChangeset
for help on using the changeset viewer.