Changeset 15b9970 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2008-01-27T16:43:48Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7017572
Parents:
2db4ac8
Message:

VFS_OPEN and VFS_WRITE now understand O_APPEND.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r2db4ac8 r15b9970  
    205205        unsigned refcnt;
    206206
     207        /** Append on write. */
     208        bool append;
     209
    207210        /** Current position in the file. */
    208211        off_t pos;
Note: See TracChangeset for help on using the changeset viewer.