Changeset 23c8acd9 in mainline for uspace/lib/c/include/sys/types.h


Ignore:
Timestamp:
2017-06-09T21:26:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98a3879
Parents:
c09ff7b
Message:

Move off64_t and aoff64_t into offset.h

File:
1 edited

Legend:

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

    rc09ff7b r23c8acd9  
    3838#include <libarch/types.h>
    3939
    40 /** Relative offset */
    41 typedef int64_t off64_t;
    42 
    43 /** Absolute offset */
    44 typedef uint64_t aoff64_t;
    45 
    4640typedef uint32_t fourcc_t;
    4741
Note: See TracChangeset for help on using the changeset viewer.