Bug 16854

Summary: Erroneous comments in headers for sendmmsg/recvmmsg
Product: glibc Reporter: Rich Felker <bugdal>
Component: libcAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: normal CC: drepper.fsp, neleai
Priority: P2 Flags: fweimer: security-
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Rich Felker 2014-04-18 20:34:50 UTC
sys/socket.h documents sendmmsg and recvmmsg as returning the number of bytes sent or received. This is contrary to what they actually return: the number of messages sent or received.
Comment 1 Ondrej Bilka 2014-04-28 16:19:08 UTC
Fixed.