about summary refs log tree commit diff
path: root/arch/x32/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
* 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
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-081-0/+4
* align x32 pthread type sizes to be common with 32-bit archsRich Felker2015-03-121-4/+4
* fix x32 pthread type definitionsRich Felker2015-03-041-7/+7
* 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
* 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
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-6/+6
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+28