Changeset 99170e0c in mainline for abi/include/_bits/stdint.h


Ignore:
Timestamp:
2018-09-29T14:56:56Z (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:
1938b381
Parents:
10d65d70
Message:

Actually use compiler's <stddef.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/stdint.h

    r10d65d70 r99170e0c  
    180180#define WINT_MAX  __WINT_MAX__
    181181
    182 #include <_bits/WCHAR_MIN.h>
    183 #include <_bits/WCHAR_MAX.h>
     182#include <_bits/wchar_limits.h>
    184183
    185184/* Use nonstandard 128-bit types if they are supported by the compiler. */
Note: See TracChangeset for help on using the changeset viewer.