Changeset 99170e0c in mainline for uspace/lib/c/include/wchar.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
  • uspace/lib/c/include/wchar.h

    r10d65d70 r99170e0c  
    4343#include <_bits/size_t.h>
    4444#include <_bits/wchar_t.h>
     45#include <_bits/wchar_limits.h>
    4546#include <_bits/wint_t.h>
    46 #include <_bits/WEOF.h>
    47 
    4847#include <_bits/NULL.h>
    49 #include <_bits/WCHAR_MIN.h>
    50 #include <_bits/WCHAR_MAX.h>
    5148#include <_bits/WEOF.h>
    5249
Note: See TracChangeset for help on using the changeset viewer.