Bug 16854 - Erroneous comments in headers for sendmmsg/recvmmsg
Summary: Erroneous comments in headers for sendmmsg/recvmmsg
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 20:34 UTC by Rich Felker
Modified: 2014-06-12 19:39 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.