aboutsummaryrefslogtreecommitdiff
path: root/patches/ltrace/0.7.3/008-glibc-2.24.patch
Commit message (Collapse)AuthorAgeFilesLines
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-28/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix ltrace under glibc 2.24.Alexey Neyman2016-11-131-0/+28
GLIBC 2.24 declared readdir_r as deprecated and suggests to use readdir. uClibc-ng's readdir is thread-safe as well. Signed-off-by: Alexey Neyman <stilor@att.net>