Implement Sparse() for Linux.

This commit is contained in:
2019-04-29 00:07:02 +01:00
parent 840f6738e9
commit 2540c4cc2a
6 changed files with 318 additions and 235 deletions

View File

@@ -1140,7 +1140,9 @@ void Fragmentation(const char *path, size_t clusterSize)
void Sparse(const char *path)
{
// Needs OS specific implementations
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
LinuxSparse(path);
#endif
}
void Links(const char *path)