dns response handling: ignore presence of wrong-type RRs
[musl] / src / aio / aio_suspend.c
2022-10-19 Alexey Izbyshevfix use of uninitialized dummy_fut in aio_suspend
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove additional pthread internal declarations to pthrea...
2015-03-02 Rich Felkermake aio_suspend a cancellation point and properly...
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-13 Rich Felkeroverhaul aio implementation for correctness
2014-09-05 Szabolcs Nagyadd missing legacy LFS *64 symbol aliases
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-09 Rich Felkerimplement POSIX asynchronous io