Changeset 99170e0c in mainline for abi/include/_bits/WEOF.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/WEOF.h

    r10d65d70 r99170e0c  
    4141#define _BITS_WEOF_H_
    4242
    43 #include <_bits/macros.h>
     43/* wint_t is always int */
    4444
    45 #define WEOF  __WINT_EOF__
     45#define WEOF  (-1)
    4646
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.