Changeset 163fc09 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-04-02T11:47:52Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce04ea44
- Parents:
- 151f1cc
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r151f1cc r163fc09 141 141 extern void setbuf(FILE *, void *); 142 142 143 /* Misc file functions */144 extern int rename(const char *, const char *);145 146 143 #endif 147 144 -
uspace/lib/c/include/vfs/vfs.h
r151f1cc r163fc09 96 96 extern int vfs_open(int, int); 97 97 extern int vfs_put(int); 98 extern int vfs_rename_path(const char *, const char *); 98 99 extern int vfs_resize(int, aoff64_t); 99 100 extern int vfs_root(void);
Note:
See TracChangeset
for help on using the changeset viewer.
