Changeset c68edd2 in mainline for uspace/lib/c/include/ipc/vfs.h
- Timestamp:
- 2017-03-22T20:31:52Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- c9e3692
- Parents:
- e4e546b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
re4e546b rc68edd2 156 156 #define L_UNLINK 64 157 157 158 /**159 * L_OPEN is used to indicate that the lookup operation is a part of VFS_IN_OPEN160 * call from the client. This means that the server might allocate some161 * resources for the opened file. This flag cannot be passed directly by the162 * client.163 */164 #define L_OPEN 128165 166 158 /* 167 159 * Walk flags.
Note:
See TracChangeset
for help on using the changeset viewer.