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