Changes in uspace/lib/c/generic/vfs/vfs.c [38db6288:fa24efa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r38db6288 rfa24efa 742 742 } 743 743 744 int remove(const char *path)745 {746 return unlink(path);747 }748 749 744 int chdir(const char *path) 750 745 {
Note:
See TracChangeset
for help on using the changeset viewer.