Changeset 1916d1f in mainline for uspace/lib/posix/sys/types.h


Ignore:
Timestamp:
2011-07-12T13:41:26Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50fc490
Parents:
11809eab (diff), 6817eba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 edited

Legend:

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

    r11809eab r1916d1f  
    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.