Changeset bf963b9 in mainline


Ignore:
Timestamp:
2013-07-29T13:23:28Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1c95da, d856110
Parents:
e3480d5
Message:

Fix lseek description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/unistd.c

    re3480d5 rbf963b9  
    227227 *
    228228 * @param fildes File descriptor of the opened file.
     229 * @param offset New offset in the file.
     230 * @param whence The position from which the offset argument is specified.
    229231 * @return Upon successful completion, returns the resulting offset
    230232 *         as measured in bytes from the beginning of the file, -1 otherwise.
Note: See TracChangeset for help on using the changeset viewer.