Changeset 67e881c in mainline for uspace/lib/c/include
- Timestamp:
- 2017-03-30T20:59:36Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56cef9
- Parents:
- 79ea5af
- Location:
- uspace/lib/c/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r79ea5af r67e881c 65 65 VFS_IN_READ = IPC_FIRST_USER_METHOD, 66 66 VFS_IN_WRITE, 67 VFS_IN_ TRUNCATE,67 VFS_IN_RESIZE, 68 68 VFS_IN_STAT, 69 69 VFS_IN_CLOSE, -
uspace/lib/c/include/unistd.h
r79ea5af r67e881c 61 61 extern ssize_t read(int, aoff64_t *, void *, size_t); 62 62 63 extern int ftruncate(int, aoff64_t);64 65 63 extern int close(int); 66 64 extern int fsync(int); -
uspace/lib/c/include/vfs/vfs.h
r79ea5af r67e881c 90 90 extern int vfs_root(void); 91 91 extern void vfs_root_set(int); 92 extern int vfs_resize(int, aoff64_t); 92 93 extern int vfs_stat(int, struct stat *); 93 94 extern int vfs_stat_path(const char *, struct stat *);
Note:
See TracChangeset
for help on using the changeset viewer.
