]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in sendfile
authorDmitry Chagin <dchagin@FreeBSD.org>
Sat, 19 Aug 2023 18:55:23 +0000 (21:55 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Sat, 19 Aug 2023 18:55:23 +0000 (21:55 +0300)
commit4f9fac78d4da662d4ae29c4e1d71c66cd29fcfbb
tree39737cdac09abc1d9794e67f37496aae306c466d
parentda5a6738d589d748ddf93678767d1565558bddd9
linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in sendfile

MFC after: 1 month
sys/compat/linux/linux_socket.c