about summary refs log tree commit diff
path: root/include/alltypes.h.in
Commit message (Expand)AuthorAgeFilesLines
* fix regression with applications that expect struct winsize in ioctl.hRich Felker2020-08-301-0/+2
* signal to kernel headers that time_t is 64-bitRich Felker2019-12-171-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-0/+2
* adjust struct timespec definition to be time64-readyRich Felker2019-10-201-1/+1
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-0/+8
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-171-0/+3
* remove per-arch definitions for va_listRich Felker2019-10-171-0/+3
* make FILE a complete type for pre-C11 standard profilesRich Felker2019-03-121-0/+1
* explicitly use signed keyword to define intNN_t and derivative typesRich Felker2018-03-121-4/+4
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-0/+1
* implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker2014-10-131-0/+2
* undefine internal-use type macros at the end of alltypes.hRich Felker2013-07-221-0/+4
* move register_t and u_int64_t (back) to alltypesRich Felker2013-07-221-0/+2
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-221-1/+1
* make regoff_t and regex_t match C++ ABIRich Felker2013-07-221-0/+1
* make pthread_key_t unsigned to match ABIRich Felker2013-07-221-1/+1
* make pthread attribute types structs, even when they just have one fieldRich Felker2013-07-221-3/+3
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-0/+65