Changeset 38db6288 in mainline
- Timestamp:
- 2013-11-10T21:02:29Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34cb6c8
- Parents:
- 6749feb
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r6749feb 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 { -
uspace/lib/c/include/stdio.h
r6749feb r38db6288 151 151 /* Misc file functions */ 152 152 extern int rename(const char *, const char *); 153 extern int remove(const char *); 153 154 154 155 #endif
Note:
See TracChangeset
for help on using the changeset viewer.