Changeset 99170e0c in mainline for abi/include/_bits/WEOF.h
- Timestamp:
- 2018-09-29T14:56:56Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1938b381
- Parents:
- 10d65d70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/WEOF.h
r10d65d70 r99170e0c 41 41 #define _BITS_WEOF_H_ 42 42 43 #include <_bits/macros.h> 43 /* wint_t is always int */ 44 44 45 #define WEOF __WINT_EOF__45 #define WEOF (-1) 46 46 47 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.