summaryrefslogtreecommitdiff
path: root/src/fileops.c
AgeCommit message (Collapse)Author
2023-08-03cleanup wrappers for file operationsRyo Nakamura
Previously wrapper functions for open(), opendir(), and stat(), etc, are implemneted in path.h, and now they are in fileops.h and fileops.c. This commit is a reparation for remote glob.