Ignore:
Timestamp:
2015-11-02T20:54:19Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8513177
Parents:
3feeab2 (diff), 5265eea4 (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 mainline changes.

File:
1 edited

Legend:

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

    r3feeab2 rff381a7  
    104104#include "libc/sys/types.h"
    105105
    106 typedef int64_t __POSIX_DEF__(intmax_t);
    107 typedef uint64_t __POSIX_DEF__(uintmax_t);
    108 
    109 
    110106/*
    111107 * Fast* and least* integer types.
    112108 *
    113  * The definitions below are definitely safe if not the best.
     109 * The definitions below are correct as long as uint8/16/32/64_t are defined.
     110 * Considering the entire rest of the system would break down if they were not,
     111 * these definitions are just fine.
    114112 */
    115113typedef uint8_t uint_least8_t;
Note: See TracChangeset for help on using the changeset viewer.