Add lchown, lchmod, statvfs, fstatvfs

This commit is contained in:
Justine Tunney 2022-08-22 20:49:33 -07:00
parent 7b74f6e20e
commit 5a632cf72d
24 changed files with 231 additions and 32 deletions

View file

@ -28,6 +28,7 @@
/**
* Returns information about filesystem.
* @return 0 on success, or -1 w/ errno
*/
int statfs(const char *path, struct statfs *sf) {
int rc;