The _SC_MIN_HOLE_SIZE pathconf(2) property provides information on
whether a file system supports holes (sparse files) or not. I intend to use
this information in the ls(1) shell tests, which attempt to create very
large sparse files and spuriously fail if their work directory happens to be
on, e.g., tmpfs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4893 Build 4956: arc lint + arc unit