about summary refs log tree commit diff
path: root/arch/i386/bits/alltypes.h.in
Commit message (Expand)AuthorAgeFilesLines
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-2/+3
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-171-0/+1
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-171-0/+2
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* remove i386 support for legacy struct __va_listRich Felker2019-10-171-5/+0
* adjust i386 max_align_t definition to work around some broken compilersRich Felker2015-12-291-3/+5
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* fix C++ incompatibility in i386 definition of max_align_tRich Felker2014-09-111-0/+4
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-221-0/+1
* change wint_t to unsignedRich Felker2013-07-221-1/+1
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-0/+36