Changeset 59f388a in mainline for uspace/lib/posix/source/unistd.c
- Timestamp:
- 2017-04-04T20:56:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 51774cd
- Parents:
- 8fe46a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/unistd.c
r8fe46a0 r59f388a 245 245 break; 246 246 } 247 if (posix_pos[fildes] > INT64_MAX) { 248 /* The native width is too large for the POSIX interface. */ 249 errno = ERANGE; 250 return -1; 251 } 247 252 return posix_pos[fildes]; 248 253 }
Note:
See TracChangeset
for help on using the changeset viewer.