aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-user-static/files/patch-bsd-user_freebsd_os-stat.h
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu-user-static: fix build on mainBrooks Davis2025-02-201-0/+11
Call __sys___readlinkat() rather than the now removed __readlinkeat(). Neither are public interfaces, but __sys___readlinkat is somewhat more so and is declared in libsys.h. Reported by: cperciva MFH: 2025Q1 Sponsored by: DARPA, AFRL