Ignore:
File:
1 edited

Legend:

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

    r3f466c33 r1757edbd  
    4343typedef unsigned int posix_uid_t;
    4444typedef unsigned int posix_gid_t;
    45 typedef aoff64_t posix_off_t;
    46 typedef unsigned int posix_blksize_t;
    47 typedef unsigned int posix_blkcnt_t;
    48 typedef uint64_t posix_pid_t;
     45typedef off64_t posix_off_t;
     46typedef long posix_blksize_t;
     47typedef long posix_blkcnt_t;
     48typedef int64_t posix_pid_t;
    4949typedef sysarg_t posix_dev_t;
    5050
Note: See TracChangeset for help on using the changeset viewer.