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