Ignore:
Timestamp:
2018-09-22T14:38:04Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
97b1dfc2
Parents:
cbc3587
Message:

Work around libiconv stupidity by not including <offset.h> from <sys/types.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/sys/types.h

    rcbc3587 r631281d  
    3737#define POSIX_SYS_TYPES_H_
    3838
    39 #include <offset.h>
    4039#include <types/common.h>
    4140
     
    4443typedef unsigned int uid_t;
    4544typedef unsigned int gid_t;
    46 typedef off64_t off_t;
     45typedef int64_t off_t;
    4746typedef long blksize_t;
    4847typedef long blkcnt_t;
Note: See TracChangeset for help on using the changeset viewer.