Changeset ae7bfbbd in mainline for uspace/lib/c/generic/vfs/vfs.c
- Timestamp:
- 2017-03-30T20:00:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79ea5af
- Parents:
- 23a0368
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r23a0368 rae7bfbbd 959 959 } 960 960 961 /** Remove directory entry.962 *963 * @param path Path964 * @return 0 on success. On error returns -1 and sets errno.965 */966 int remove(const char *path)967 {968 return unlink(path);969 }970 971 961 /** Change working directory. 972 962 *
Note:
See TracChangeset
for help on using the changeset viewer.