mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-13 04:29:09 +08:00
Cygwin: AF_UNIX: sendmsg: add FIXME comment
This commit is contained in:
parent
f85a03882e
commit
408636b186
@ -2521,6 +2521,9 @@ fhandler_socket_unix::create_cmsg_data (af_unix_pkt_hdr_t *packet,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: If peer has set so_passcred, every packet we send should
|
||||||
|
contain SCM_CREDENTIALS ancillary data.
|
||||||
|
https://man7.org/linux/man-pages/man7/unix.7.html */
|
||||||
ssize_t
|
ssize_t
|
||||||
fhandler_socket_unix::sendmsg (const struct msghdr *msg, int flags)
|
fhandler_socket_unix::sendmsg (const struct msghdr *msg, int flags)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user