Ignore:
Timestamp:
2019-05-29T11:06:20Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bdcf57
Parents:
52acfab
Message:

Workaround for mips32/binutils coastline build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/unistd.h

    r52acfab r77de449e  
    9999
    100100#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
     103typedef int64_t off64_t;
     104
    101105extern off64_t lseek64(int fildes, off64_t offset, int whence);
    102106extern int ftruncate64(int fildes, off64_t length);
Note: See TracChangeset for help on using the changeset viewer.