]> git.ipfire.org Git - thirdparty/valgrind.git/commit
illumos syscalls: fd handling (part 4)
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 24 Aug 2025 09:25:51 +0000 (11:25 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 24 Aug 2025 09:25:51 +0000 (11:25 +0200)
commita139ed0b3c0af09bf0bcc698072225eb4021a920
tree6f8c254b81db47ffd96bf5ed2a3b96af233232b7
parentffc66d9dcdc2b646b8551873df40ad78d64974cd
illumos syscalls: fd handling (part 4)

Almost everything looked OK. Added a couple of POST_newFd_RES
macro uses.

There are a few functions that create fds other than via RES
(like pipe). For these I think that we need to add a
POST_newFd(fd) macro, plus in a few places refactor so that
RES is available to set the status after ML_(get_next_new_fd).
coregrind/m_syswrap/syswrap-solaris.c