]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Solaris 11: fix for VG_(lstat)
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 Sep 2025 14:49:10 +0000 (16:49 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 Sep 2025 14:49:10 +0000 (16:49 +0200)
commit68f06cbe97ba4d36ab94ad5f3a199d91c2298e5c
treeac77e9e509682f6d0306c9c3d1899c4e8477b215
parent3c7a8f435f7a1f5cc64c23c5f03348e0ce29a98e
Solaris 11: fix for VG_(lstat)

This function was using SYS_lstat. It works OK with illumos
but not Solaris 11+ which has removed that syscall.

Instead do like Linux and FreeBSD, use SYS_fstatat with the flag
for no follow link.
coregrind/m_libcfile.c
include/vki/vki-solaris.h