Rich Felker
|
1ccc804e13
fix regression with applications that expect struct winsize in ioctl.h
|
4 years ago |
Rich Felker
|
f12bd8e05c
signal to kernel headers that time_t is 64-bit
|
4 years ago |
Rich Felker
|
d6dcfe4d0c
move time_t and suseconds_t definitions to common alltypes.h.in
|
5 years ago |
Rich Felker
|
9b2921bea1
adjust struct timespec definition to be time64-ready
|
5 years ago |
Rich Felker
|
2d3083e746
move pthread types out of per-arch alltypes.h
|
5 years ago |
Rich Felker
|
97d35a552e
move __BYTE_ORDER definition to alltypes.h
|
5 years ago |
Rich Felker
|
00ec11d19e
remove per-arch definitions for va_list
|
5 years ago |
Rich Felker
|
f368d9fd26
make FILE a complete type for pre-C11 standard profiles
|
5 years ago |
Rich Felker
|
919ad8d5fb
explicitly use signed keyword to define intNN_t and derivative types
|
6 years ago |
Rich Felker
|
91f15e2d0d
move wint_t definition to the shared part of alltypes.h.in
|
10 years ago |
Rich Felker
|
ab9672ae73
implement uchar.h (C11 UTF-16/32 conversion) interfaces
|
10 years ago |
Rich Felker
|
9578f0530a
undefine internal-use type macros at the end of alltypes.h
|
11 years ago |
Rich Felker
|
009f186810
move register_t and u_int64_t (back) to alltypes
|
11 years ago |
Rich Felker
|
1c6cace0bf
fix regression in size of nlink_t (broken stat struct) on x86_64
|
11 years ago |
Rich Felker
|
8327ae0cb2
make regoff_t and regex_t match C++ ABI
|
11 years ago |
Rich Felker
|
4e3c6b4303
make pthread_key_t unsigned to match ABI
|
11 years ago |
Rich Felker
|
0109d950e6
make pthread attribute types structs, even when they just have one field
|
11 years ago |
Rich Felker
|
9448b0513e
refactor headers, especially alltypes.h, and improve C++ ABI compat
|
11 years ago |