aboutsummaryrefslogtreecommitdiff
path: root/include/alltypes.h.in
AgeCommit message (Expand)Author
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker
2019-12-17signal to kernel headers that time_t is 64-bitRich Felker
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker
2019-10-20adjust struct timespec definition to be time64-readyRich Felker
2019-10-17move pthread types out of per-arch alltypes.hRich Felker
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker
2019-10-17remove per-arch definitions for va_listRich Felker
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker
2018-03-12explicitly use signed keyword to define intNN_t and derivative typesRich Felker
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker
2013-07-22make pthread_key_t unsigned to match ABIRich Felker
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker