13 Commits (26c76a908b8613ea8a77d40f3bd51b02f984501c)

Author SHA1 Message Date
Alexey Izbyshev 26c76a908b fix use of uninitialized dummy_fut in aio_suspend 4 years ago
Rich Felker 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
Rich Felker 557673603b move aio implementation details to a proper internal header 6 years ago
Rich Felker 50018f92f7 disable lfs64 aliases for remapped time64 functions 7 years ago
Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 49722a8ed4 move additional pthread internal declarations to pthread_impl.h, hide 8 years ago
Rich Felker 5451d95715 make aio_suspend a cancellation point and properly handle cancellation 11 years ago
Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 11 years ago
Rich Felker 4e8a356165 overhaul aio implementation for correctness 11 years ago
Szabolcs Nagy 36c30c4ddd add missing legacy LFS *64 symbol aliases 12 years ago
Rich Felker 13cd969552 fix various errors in function signatures/prototypes found by nsz 15 years ago
Rich Felker b4de6f93ae implement POSIX asynchronous io 15 years ago