Changeset 39330200 in mainline for uspace/lib/posix/source/unistd.c
- Timestamp:
- 2018-01-15T21:40:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba29018
- Parents:
- d8023313
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:20:07)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:40:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/unistd.c
rd8023313 r39330200 245 245 posix_off_t posix_lseek(int fildes, posix_off_t offset, int whence) 246 246 { 247 struct stat st;247 vfs_stat_t st; 248 248 249 249 switch (whence) {
Note:
See TracChangeset
for help on using the changeset viewer.