aboutsummaryrefslogtreecommitdiff
path: root/patches/ltrace/0.7.3/008-glibc-2.24.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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>