summaryrefslogtreecommitdiff
path: root/arch/i386/bits/alltypes.h.in
AgeCommit message (Expand)AuthorLines
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker-3/+0
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker-2/+3
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-8/+0
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-0/+1
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-0/+2
2019-10-17remove per-arch definitions for va_listRich Felker-3/+0
2019-10-17remove i386 support for legacy struct __va_listRich Felker-5/+0
2015-12-29adjust i386 max_align_t definition to work around some broken compilersRich Felker-3/+5
2015-03-03make all objects used with atomic operations volatileRich Felker-7/+7
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-1/+0
2014-09-11fix C++ incompatibility in i386 definition of max_align_tRich Felker-0/+4
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker-0/+2
2014-08-20add max_align_t definition for C11 and C++11Rich Felker-0/+2
2014-08-17make pointers used in robust list volatileRich Felker-1/+1
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker-0/+1
2013-07-22change wint_t to unsignedRich Felker-1/+1
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-0/+36