Changeset 778d26d in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2013-07-28T21:06:34Z (11 years ago)
Author:
Jiri Zarevucky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e9b168
Parents:
bf9dc4e2
Message:

Relativize rename().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    rbf9dc4e2 r778d26d  
    126126
    127127/**
     128 * Lookup will not cross any mount points.
     129 * If the lookup would have to cross a mount point, it returns EXDEV instead.
     130 */
     131#define L_DISABLE_MOUNTS        4
     132
     133/**
    128134 * Lookup will succeed only if the object is a mount point. The flag is mutually
    129135 * exclusive with L_FILE and L_ROOT.
Note: See TracChangeset for help on using the changeset viewer.