Actions
Feature #8671
closedsupport SEEK_DATA and SEEK_HOLE
Feature #8671:
support SEEK_DATA and SEEK_HOLE
Description
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.
Files
Actions