Project

General

Profile

Feature #8671

Updated by naruse (Yui NARUSE) almost 11 years ago

SEEK_DATA and SEEK_HOLE are whences for lseek(2) supported by Linux since version 3.1. 
 These are useful to deal with sparse files. 
 I propose that ruby supports these whences. 

 * http://d.hatena.ne.jp/meech/20110721/1311244529 
 * http://www.nminoru.jp/~nminoru/programming/sparse_file.html

Back