[Bug 248065] Linuxulator: 32-bit compat + send with MSG_NOSIGNAL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 18 13:25:26 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248065
--- Comment #1 from Alex S <iwtcex at gmail.com> ---
By the way, with this program truss outputs something like
linux_socketcall(9,{ LINUX_LISTEN, 0x186a0 }) = 49032 (0xbf88)
This should rather be
linux_socketcall(LINUX_SEND,{ 4, 0x186a0 }) = 49032 (0xbf88)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list