Changeset fcab7ef in mainline for uspace/lib/c/include
- Timestamp:
- 2017-03-26T20:46:56Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe91f66
- Parents:
- f644472
- Location:
- uspace/lib/c/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
rf644472 rfcab7ef 73 73 VFS_IN_REGISTER, 74 74 VFS_IN_RENAME, 75 VFS_IN_DUP,76 75 VFS_IN_WAIT_HANDLE, 77 76 VFS_IN_STATFS, -
uspace/lib/c/include/unistd.h
rf644472 rfcab7ef 58 58 #define getpagesize() (PAGE_SIZE) 59 59 60 extern int dup2(int, int);61 62 60 extern ssize_t write(int, aoff64_t *, const void *, size_t); 63 61 extern ssize_t read(int, aoff64_t *, void *, size_t); -
uspace/lib/c/include/vfs/vfs.h
rf644472 rfcab7ef 69 69 extern int vfs_receive_handle(bool); 70 70 71 extern int vfs_clone(int, bool);71 extern int vfs_clone(int, int, bool); 72 72 extern int vfs_root(void); 73 73 extern void vfs_root_set(int);
Note:
See TracChangeset
for help on using the changeset viewer.