Changeset 77de449e in mainline
- Timestamp:
- 2019-05-29T11:06:20Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bdcf57
- Parents:
- 52acfab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/unistd.h
r52acfab r77de449e 99 99 100 100 #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) 101 // FIXME: this should just be defined in <sys/types.h>, but for some reason 102 // build of coastline binutils on mips32 doesn't see the definition there 103 typedef int64_t off64_t; 104 101 105 extern off64_t lseek64(int fildes, off64_t offset, int whence); 102 106 extern int ftruncate64(int fildes, off64_t length);
Note:
See TracChangeset
for help on using the changeset viewer.